Class HotPluggedEventArgs
Definition
- Assembly:
- Tizen.System.Usb.dll
Event arguments for the Hot Plugged event for USB devices.
public class HotPluggedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args HotPlugged Event Args
Properties
View SourceDevice
USB Device
Declaration
public UsbDevice Device { get; }
Property Value
Type | Description |
---|---|
Usb |
Exceptions
Type | Condition |
---|---|
System. |
The required feature is not supported. |
EventType
Event type.
Declaration
public HotplugEventType EventType { get; }
Property Value
Type | Description |
---|---|
Hotplug |
Exceptions
Type | Condition |
---|---|
System. |
The required feature is not supported. |