Table of Contents

Enum RemovableDriveEventArgs.RemovableDeviceEvent

Namespace
nanoFramework.System.IO
Assembly
System.IO.FileSystem.dll

Specifies the type of event occurred with the Removable Device specified.

public enum RemovableDriveEventArgs.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.