SmartPartPlaceholder.SmartPartShown Event

Fires when a smartpart is shown in the placeholder.

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

Syntax

'Declaration
Public Event SmartPartShown As EventHandler(Of SmartPartPlaceHolderEventArgs)
'Usage
Dim instance As SmartPartPlaceholder
Dim handler As EventHandler(Of SmartPartPlaceHolderEventArgs)

AddHandler instance.SmartPartShown, handler
public event EventHandler<SmartPartPlaceHolderEventArgs> SmartPartShown
public:
event EventHandler<SmartPartPlaceHolderEventArgs^>^ SmartPartShown {
    void add (EventHandler<SmartPartPlaceHolderEventArgs^>^ value);
    void remove (EventHandler<SmartPartPlaceHolderEventArgs^>^ value);
}
/** @event */
public void add_SmartPartShown (EventHandler<SmartPartPlaceHolderEventArgs> value)

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

See Also

Reference

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