Summary
Defines a platform-specific mount volumes info provider implementation.
- Namespace
- Avalonia
.Controls .Platform
graph BT
Type["IMountedVolumeInfoProvider"]
class Type type-node
Syntax
public interface IMountedVolumeInfoProvider
Methods
Name | Value | Summary |
---|---|---|
Listen |
IDisposable |
Listens to any changes in volume mounts and
forwards updates to the referenced
ObservableCollection<MountedDriveInfo> .
|