SplitButtonOnClickSecondary Method

Invoked when the secondary button part is clicked.

Definition

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

Parameters

e  RoutedEventArgs
The event args from the internal Click event.

See Also