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