Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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