DeviceEventArgs<T> Class

 

Event argument for the IDevicesManagerinterface.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

System::Object
  System::EventArgs
    Microsoft.WindowsServerSolutions.Common.Devices::DeviceEventArgs<T>

generic<typename T>
public ref class DeviceEventArgs : EventArgs

Type Parameters

T

The type of data the event argument contains.

NameDescription
System_CAPS_pubmethodDeviceEventArgs<T>(T)

Creates a new instance of the DeviceEventArgs class, using the specified data.

NameDescription
System_CAPS_pubpropertyEventData

Retrieves the event data.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: