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 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