ToggleButtonEventArgs Constructors

Definition

Overloads

ToggleButtonEventArgs()

Initializes a new instance of the ToggleButtonEventArgs class.

ToggleButtonEventArgs(ShapeElement)

Initializes a new instance of the ToggleButtonEventArgs class.

ToggleButtonEventArgs(Object, ShapeElement)

Initializes a new instance of the ToggleButtonEventArgs class.

ToggleButtonEventArgs()

Initializes a new instance of the ToggleButtonEventArgs class.

public:
 ToggleButtonEventArgs();
public ToggleButtonEventArgs ();
Public Sub New ()

Applies to

ToggleButtonEventArgs(ShapeElement)

Initializes a new instance of the ToggleButtonEventArgs class.

public:
 ToggleButtonEventArgs(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public ToggleButtonEventArgs (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
new Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonEventArgs
Public Sub New (parentShape As ShapeElement)

Parameters

parentShape
ShapeElement

Applies to

ToggleButtonEventArgs(Object, ShapeElement)

Initializes a new instance of the ToggleButtonEventArgs class.

public:
 ToggleButtonEventArgs(System::Object ^ state, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public ToggleButtonEventArgs (object state, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
new Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonEventArgs : obj * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonEventArgs
Public Sub New (state As Object, parentShape As ShapeElement)

Parameters

state
Object
parentShape
ShapeElement

Applies to