ProviderConnector<T>.ConnectionOpened Event
Represents the event that is raised when a connection succeeds and the connection is available for use.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public event EventHandler<ProviderConnectionOpenedArgs<T>> ConnectionOpened
public:
event EventHandler<ProviderConnectionOpenedArgs<T>^>^ ConnectionOpened {
void add(EventHandler<ProviderConnectionOpenedArgs<T>^>^ value);
void remove(EventHandler<ProviderConnectionOpenedArgs<T>^>^ value);
}
Public Event ConnectionOpened As EventHandler(Of ProviderConnectionOpenedArgs(Of T))
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top