Class RemovableDeviceEventArgs
Contains argument values for Removable Devices events.
Inherited Members
Namespace: Windows.Storage
Assembly: Windows.Storage.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 |