DeckWorkspace.SmartPartClosing Event

See SmartPartClosing.

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

Syntax

'Declaration
Public Event SmartPartClosing As EventHandler(Of WorkspaceCancelEventArgs)
'Usage
Dim instance As DeckWorkspace
Dim handler As EventHandler(Of WorkspaceCancelEventArgs)

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

/** @event */
public final void remove_SmartPartClosing (EventHandler<WorkspaceCancelEventArgs> 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