DeviceEventArgs<T> Class
Event argument for the IDevicesManagerinterface.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.Common.Devices.DeviceEventArgs<T>
Syntax
public class DeviceEventArgs<T> : EventArgs
generic<typename T>
public ref class DeviceEventArgs : EventArgs
Public Class DeviceEventArgs(Of T)
Inherits EventArgs
Type Parameters
- T
The type of data the event argument contains.
Constructors
Name | Description | |
---|---|---|
DeviceEventArgs<T>(T) | Creates a new instance of the DeviceEventArgs class, using the specified data. |
Properties
Name | Description | |
---|---|---|
EventData | Retrieves the event data. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top