ToggleButton.

OnIndeterminate(RoutedEventArgs) Method

Summary

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

Syntax

protected virtual void OnIndeterminate(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