Share via


DeviceEventArgs<T> Constructor (T)

 

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

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

Syntax

public DeviceEventArgs(
    T data
)
public:
DeviceEventArgs(
    T data
)
Public Sub New (
    data As T
)

Parameters

  • data
    Type: T

    The data.

See Also

DeviceEventArgs<T> Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top