DeckWorkspace.SmartPartActivated Event

See SmartPartActivated.

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

Syntax

'Declaration
Public Event SmartPartActivated As EventHandler(Of WorkspaceEventArgs)
'Usage
Dim instance As DeckWorkspace
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

DeckWorkspace Class
DeckWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace