NetworkAlertManager.ConnectionOpened Event
Represents the event that occurs when the connection is opened.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public event EventHandler<EventArgs> ConnectionOpened
public:
event EventHandler<EventArgs^>^ ConnectionOpened {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
Public Event ConnectionOpened As EventHandler(Of EventArgs)
See Also
NetworkAlertManager Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top