Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
Event arguments for the Hot Plugged event for USB devices.
public class HotPluggedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
HotPluggedEventArgs
Properties
Declaration
public UsbDevice Device { get; }
Property Value
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
Declaration
public HotplugEventType EventType { get; }
Property Value
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|