ToggleButtonEventArgs Class
Visual Studio 2015
Event arguments for ToggleButton class
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ToggleButtonEventArgs() | Initializes a new instance of the ToggleButtonEventArgs class. |
![]() | ToggleButtonEventArgs(Object^, ShapeElement^) | Initializes a new instance of the ToggleButtonEventArgs class. |
![]() | ToggleButtonEventArgs(ShapeElement^) | Initializes a new instance of the ToggleButtonEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Handled | Gets or sets a value indicating whether this event has been handled. |
![]() | ParentShape | Gets the parent shape of the shape field that sent this event |
![]() | State | Gets or sets a value indicating the toggle state of the button |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


