ToggledEventArgs Class

Definition

Event arguments for Toggled and OnChanged events.

public class ToggledEventArgs : EventArgs
type ToggledEventArgs = class
    inherit EventArgs
Inheritance
ToggledEventArgs

Constructors

ToggledEventArgs(Boolean)

Creates a new ToggledEventArgs that indicates that the toggle control was toggled to value.

Properties

Value

Gets the Boolean value to which the toggle control was toggled.

Applies to