Enum RemovableDeviceEventArgs.RemovableDeviceEvent
Specifies the type of event occurred with the Removable Device specified.
public enum RemovableDeviceEventArgs.RemovableDeviceEvent
Fields
Inserted = 0
A Removable Device has been inserted.
Removed = 1
A Removable Device has been removed.
Remarks
This enum is specific to nanoFramework. There is no equivalent in the UWP API.