SmartPartPlaceHolderEventArgs Constructor

Initializes a new instance of the SmartPartPlaceHolderEventArgs using the specified SmartPart.

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

Syntax

'Declaration
Public Sub New ( _
    smartPart As Object _
)
'Usage
Dim smartPart As Object

Dim instance As New SmartPartPlaceHolderEventArgs(smartPart)
public SmartPartPlaceHolderEventArgs (
    Object smartPart
)
public:
SmartPartPlaceHolderEventArgs (
    Object^ smartPart
)
public SmartPartPlaceHolderEventArgs (
    Object smartPart
)
public function SmartPartPlaceHolderEventArgs (
    smartPart : Object
)

Parameters

  • smartPart

See Also

Reference

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