TabStrip.

OnPointerPressed(PointerPressedEventArgs) Method

Summary

Called before the PointerPressed event occurs.
Namespace
Avalonia.Controls.Primitives
Containing Type
TabStrip

Syntax

protected override void OnPointerPressed(PointerPressedEventArgs e)

Parameters

Name Type Description
e PointerPressedEventArgs The event args.

Return Value

Type Description
void