Share via


IDevicesEventNotifier.ConnectionClosed Event

 

Represents the event that is raised when the connection to the devices provider is closed.

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

Syntax

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

See Also

IDevicesEventNotifier Interface
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top