Vcl.Touch.GestureMgr.TGestureNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGestureNotification = (gnChanged, gnDeleted);

C++

enum DECLSPEC_DENUM TGestureNotification : unsigned char { gnChanged, gnDeleted };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr Vcl.Touch.GestureMgr

Description

Enumerates a change or a deletion of a gesture.

TGestureNotification is the enumeration used as parameter for the TGestureCollection OnItemChange event handler. It indicates that the gesture (also a parameter of this event handler) has been deleted or changed.

See Also