Skip to main content

OnPointerPressed Method

Invoked when an unhandled PointerPressedEvent reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override void OnPointerPressed(
PointerPressedEventArgs e
)

Parameters

  PointerPressedEventArgs
Data about the event.

See Also

Reference

TabStrip Class
Avalonia.Controls.Primitives Namespace