SplitButtonOnClickPrimary Method
Invokes the
Click event when the primary button part is clicked.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnClickPrimary(
RoutedEventArgs? e
)
Protected Overridable Sub OnClickPrimary (
e As RoutedEventArgs
)
abstract OnClickPrimary :
e : RoutedEventArgs -> unit
override OnClickPrimary :
e : RoutedEventArgs -> unit
Parameters
- e RoutedEventArgs
- The event args from the internal Click event.