ToggleButton.

OnChecked(RoutedEventArgs) Method

Summary

Called when IsChecked becomes true.
Namespace
Avalonia.Controls.Primitives
Containing Type
ToggleButton

Syntax

protected virtual void OnChecked(RoutedEventArgs e)

Parameters

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

Return Value

Type Description
void