Class RemovingDeviceEventInfo
Contains information about a device being removed.
Inheritance
System.Object
RemovingDeviceEventInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class RemovingDeviceEventInfo
Constructors
View SourceRemovingDeviceEventInfo(IDevice)
Initializes a new instance of the RemovingDeviceEventInfo class.
Declaration
public RemovingDeviceEventInfo(IDevice device)
Parameters
Type | Name | Description |
---|---|---|
IDevice | device | The device that is being removed. |
Properties
View SourceCancel
Gets or sets a value indicating whether to cancel the remove Device operation or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Device
Gets the device that is being removed.
Declaration
public IDevice Device { get; }
Property Value
Type | Description |
---|---|
IDevice |