Class HotPluggedEventArgs
Definition
- Assembly:
- Tizen.System.Usb.dll
Event arguments for the Hot Plugged event for USB devices.
public class HotPluggedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsHotPluggedEventArgs
Properties
View SourceDevice
USB device.
Declaration
public UsbDevice Device { get; }
Property Value
Type | Description |
---|---|
UsbDevice |
EventType
Event type.
Declaration
public HotplugEventType EventType { get; }
Property Value
Type | Description |
---|---|
HotplugEventType |