Workspace.SmartPartActivated Event

See SmartPartActivated.

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

Syntax

'Declaration
Public Event SmartPartActivated As EventHandler(Of WorkspaceEventArgs)
'Usage
Dim instance As Workspace(Of TSmartPart, TSmartPartInfo)
Dim handler As EventHandler(Of WorkspaceEventArgs)

AddHandler instance.SmartPartActivated, handler
public event EventHandler<WorkspaceEventArgs> SmartPartActivated
public:
virtual event EventHandler<WorkspaceEventArgs^>^ SmartPartActivated {
    void add (EventHandler<WorkspaceEventArgs^>^ value) sealed;
    void remove (EventHandler<WorkspaceEventArgs^>^ value) sealed;
}
/** @event */
public final void add_SmartPartActivated (EventHandler<WorkspaceEventArgs> value)

/** @event */
public final void remove_SmartPartActivated (EventHandler<WorkspaceEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

Workspace Class
Workspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace