Class HotPluggedEventArgs

    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
    HotPluggedEventArgs

    Properties

    View Source

    Device

    USB Device

    Declaration
    public UsbDevice Device { get; }
    Property Value
    Type Description
    UsbDevice
    View Source

    EventType

    Event type.

    Declaration
    public HotplugEventType EventType { get; }
    Property Value
    Type Description
    HotplugEventType

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX