Class OnDeviceCanStartEventArgs
Device can start event args.
Inherited Members
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 |