ToggledEventArgs(Boolean) Constructor

Definition

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

public ToggledEventArgs (bool value);
new Xamarin.Forms.ToggledEventArgs : bool -> Xamarin.Forms.ToggledEventArgs

Parameters

value
System.Boolean

Whether the toggle is in the On position.

Applies to