ToggleButtonEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for ToggleButton class
public ref class ToggleButtonEventArgs : EventArgs
public class ToggleButtonEventArgs : EventArgs
type ToggleButtonEventArgs = class
inherit EventArgs
Public Class ToggleButtonEventArgs
Inherits EventArgs
- Inheritance
-
ToggleButtonEventArgs
Constructors
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. |
Properties
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 |