ToggleSplitButtonOnClickPrimary Method

Invokes the Click event when the primary button part is clicked.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override void OnClickPrimary(
	RoutedEventArgs? e
)

Parameters

e  RoutedEventArgs
The event args from the internal Click event.

See Also