Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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