Share via


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
System_CAPS_pubmethod DeviceEventArgs<T>(T)

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

Properties

Name Description
System_CAPS_pubproperty EventData

Retrieves the event data.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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