ToggleButtonEventArgs Constructor (ShapeElement)

Initializes a new instance of the ToggleButtonEventArgs class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    parentShape As ShapeElement _
)
public ToggleButtonEventArgs(
    ShapeElement parentShape
)
public:
ToggleButtonEventArgs(
    ShapeElement^ parentShape
)
new : 
        parentShape:ShapeElement -> ToggleButtonEventArgs
public function ToggleButtonEventArgs(
    parentShape : ShapeElement
)

Parameters

.NET Framework Security

See Also

Reference

ToggleButtonEventArgs Class

ToggleButtonEventArgs Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace