ToggleButtonEventArgs Constructor (ShapeElement)
Initializes a new instance of the ToggleButtonEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public Sub New ( _
parentShape As ShapeElement _
)
public ToggleButtonEventArgs(
ShapeElement parentShape
)
public:
ToggleButtonEventArgs(
ShapeElement^ parentShape
)
new :
parentShape:ShapeElement -> ToggleButtonEventArgs
public function ToggleButtonEventArgs(
parentShape : ShapeElement
)
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.