VisioForge (c) 2025

Search Results for

    Class OnDeviceCanStartEventArgs

    Device can start event args.

    Inheritance
    object
    EventArgs
    OnDeviceCanStartEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class OnDeviceCanStartEventArgs : EventArgs

    Constructors

    OnDeviceCanStartEventArgs(string, string)

    Initializes a new instance of the OnDeviceCanStartEventArgs class.

    Declaration
    public OnDeviceCanStartEventArgs(string deviceName, string devicePath)
    Parameters
    Type Name Description
    string deviceName

    The device name.

    string devicePath

    The device Path.

    Properties

    CanStart

    Gets or sets a value indicating whether device can start.

    Declaration
    public bool CanStart { get; set; }
    Property Value
    Type Description
    bool

    DeviceName

    Gets device name.

    Declaration
    public string DeviceName { get; }
    Property Value
    Type Description
    string

    DevicePath

    Gets device path.

    Declaration
    public string DevicePath { get; }
    Property Value
    Type Description
    string