Show / Hide Table of Contents

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 Source

RemovingDeviceEventInfo(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 Source

Cancel

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
View Source

Device

Gets the device that is being removed.

Declaration
public IDevice Device { get; }
Property Value
Type Description
IDevice
  • View Source
In This Article
Back to top Generated by DocFX