Listen Method
Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollection(T).
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
IDisposable Listen(
ObservableCollection<MountedVolumeInfo> mountedDrives
)
Function Listen (
mountedDrives As ObservableCollection(Of MountedVolumeInfo)
) As IDisposable
abstract Listen :
mountedDrives : ObservableCollection<MountedVolumeInfo> -> IDisposable
Parameters
Return Value
IDisposableSee Also
Reference
IMountedVolumeInfoProvider Interface
Avalonia.Controls.Platform Namespace