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 an event that is raised when the PageProvider is disposed.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public event EventHandler Disposed
public:
event EventHandler^ Disposed {
virtual void add(EventHandler^ value) sealed;
virtual void remove(EventHandler^ value) sealed;
}
Public Event Disposed As EventHandler
Implements
See Also
PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top