WorkItem.Activated Event

Occurs when the WorkItem is activated.

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

Syntax

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

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

/** @event */
public void remove_Activated (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