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 occurs when the refresh process is complete.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public event EventHandler<EventArgs> RefreshComplete
public:
event EventHandler<EventArgs^>^ RefreshComplete {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
Public Event RefreshComplete As EventHandler(Of EventArgs)
See Also
DataRefresher Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top