ProviderConnector<T>.ConnectionClosed Event
Represents the event that is raised when the current connection is closed.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public event EventHandler<ProviderConnectionClosedArgs<T>> ConnectionClosed
public:
event EventHandler<ProviderConnectionClosedArgs<T>^>^ ConnectionClosed {
void add(EventHandler<ProviderConnectionClosedArgs<T>^>^ value);
void remove(EventHandler<ProviderConnectionClosedArgs<T>^>^ value);
}
Public Event ConnectionClosed As EventHandler(Of ProviderConnectionClosedArgs(Of T))
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top