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 task successfully starts.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public event EventHandler<EventArgs> Started
public:
event EventHandler<EventArgs^>^ Started {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
Public Event Started As EventHandler(Of EventArgs)
See Also
Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top