Share via


WorkItem.RunStarted Event

Occurs when the Run method is executed.

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

Syntax

'Declaration
Public Event RunStarted As EventHandler
'Usage
Dim instance As WorkItem
Dim handler As EventHandler

AddHandler instance.RunStarted, handler
public event EventHandler RunStarted
public:
event EventHandler^ RunStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_RunStarted (EventHandler value)

/** @event */
public void remove_RunStarted (EventHandler value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace