Share via


DeviceEventArgs<T>.EventData Property

 

Retrieves the event data.

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

Syntax

public T EventData { get; private set; }
public:
property T EventData {
    T get();
    private: void set(T value);
}
Public Property EventData As T
    Get
    Private Set
End Property

Property Value

Type: T

The event data.

See Also

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

Return to top