Class DeviceRemovedAddedEventArgs
Device removed / added event args class.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class DeviceRemovedAddedEventArgs : EventArgs
Constructors
DeviceRemovedAddedEventArgs(string, DeviceRemovedAddedType)
Initializes a new instance of the DeviceRemovedAddedEventArgs class.
Declaration
public DeviceRemovedAddedEventArgs(string name, DeviceRemovedAddedType type)
Parameters
Type | Name | Description |
---|---|---|
string | name | Device name. |
DeviceRemovedAddedType | type | Device type. |
Properties
Name
Gets device name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets device type.
Declaration
public DeviceRemovedAddedType Type { get; }
Property Value
Type | Description |
---|---|
DeviceRemovedAddedType |