Share via


WorkItem.OnRunStarted Method

Fires the RunStarted event. Derived classes can override this method to place custom business logic to execute when the Run method is called on the WorkItem.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Protected Overridable Sub OnRunStarted
'Usage

Me.OnRunStarted
protected virtual void OnRunStarted ()
protected:
virtual void OnRunStarted ()
protected void OnRunStarted ()
protected function OnRunStarted ()

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace