SmartPartPlaceHolderEventArgs.SmartPart Property

Gets the SmartPart associated with this event.

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

Syntax

'Declaration
Public ReadOnly Property SmartPart As Object
'Usage
Dim instance As SmartPartPlaceHolderEventArgs
Dim value As Object

value = instance.SmartPart
public Object SmartPart { get; }
public:
property Object^ SmartPart {
    Object^ get ();
}
/** @property */
public Object get_SmartPart ()
public function get SmartPart () : Object

See Also

Reference

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