Vcl.Controls.TGestureEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TGestureEvent)(System::TObject* Sender, const TGestureEventInfo &EventInfo, bool &Handled);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Controls.hpp Vcl.Controls Vcl.Controls

Description

TGestureEvent is the function type used for gesture-related events, such as OnGesture.

TGestureEvent has the following parameters:



Parameter Meaning

Sender

The control that generated the event.

EventInfo

A pointer to a TGestureEventInfo record holding the event information.

Handled

Specifies whether the target control handled the event.



See Also