ToggleButtonOnIsCheckedChanged Method

Called when IsChecked changes.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnIsCheckedChanged(
	RoutedEventArgs e
)

Parameters

e  RoutedEventArgs
Event arguments for the routed event that is raised by the default implementation of this method.

See Also