DevicesManager.ConnectionOpened Event

 

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

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

Syntax

public event EventHandler<EventArgs> ConnectionOpened
public:
event EventHandler<EventArgs^>^ ConnectionOpened {
    virtual void add(EventHandler<EventArgs^>^ value) sealed;
    virtual void remove(EventHandler<EventArgs^>^ value) sealed;
}
Public Event ConnectionOpened As EventHandler(Of EventArgs)

Implements

IDevicesEventNotifier.ConnectionOpened

See Also

DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top