ToggleButtonEventArgs Class

Definition

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

Applies to