Class RemovableDeviceEventArgs
Contains argument values for Removable Devices events.
Inherited Members
Namespace: nanoFramework.System.IO.FileSystem
Assembly: System.IO.FileSystem.dll
Syntax
public class RemovableDeviceEventArgs : EventArgs
Properties
Event
The RemovableDeviceEventArgs.RemovableDeviceEvent occurred.
Declaration
public RemovableDeviceEventArgs.RemovableDeviceEvent Event { get; }
Property Value
Type | Description |
---|---|
RemovableDeviceEventArgs.RemovableDeviceEvent |
Path
The path of the Removable Device.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string |