Share via


IDevicesEventNotifier.ReportDevicePropertiesCompleted Event

 

Represents the event that is raised when the ReportDevicePropertiesAsync operation finishes.

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

Syntax

event EventHandler<ReportOperationCompletedEventArgs> ReportDevicePropertiesCompleted
event EventHandler<ReportOperationCompletedEventArgs^>^ ReportDevicePropertiesCompleted {
    void add(EventHandler<ReportOperationCompletedEventArgs^>^ value);
    void remove(EventHandler<ReportOperationCompletedEventArgs^>^ value);
}
Event ReportDevicePropertiesCompleted As EventHandler(Of ReportOperationCompletedEventArgs)

Remarks

The caller of the ReportDevicePropertiesAsync method must subscribe to this event. When the event is received, the Error parameter of ReportOperationCompletedEventArgs should be checked for an exception.

See Also

IDevicesEventNotifier Interface
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top