Partager via


IDevicesEventNotifier.ConnectionOpened Event

 

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

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

Syntax

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

See Also

IDevicesEventNotifier Interface
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top