Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PointerGestureRecognizer.PointerPressed Event

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Raised when the pointer initiates a press within the view.

public:
 event EventHandler<Microsoft::Maui::Controls::PointerEventArgs ^> ^ PointerPressed;
public event EventHandler<Microsoft.Maui.Controls.PointerEventArgs>? PointerPressed;
member this.PointerPressed : EventHandler<Microsoft.Maui.Controls.PointerEventArgs> 
Public Event PointerPressed As EventHandler(Of PointerEventArgs) 

Event Type

Applies to


Feedback

Was this page helpful?