Table of Contents

Enum RemovableDeviceEventArgs.RemovableDeviceEvent

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

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.