DevicesManager.ConnectionClosed Event

 

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

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

Syntax

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

Implements

IDevicesEventNotifier.ConnectionClosed

See Also

DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top