Vcl.Touch.GestureCtrls.TCreateSubItemsEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TCreateSubItemsEvent)(System::TObject* Sender, Vcl::Comctrls::TListItem* ListItem, Vcl::Controls::TCustomGestureCollectionItem* Gesture);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Touch.GestureCtrls.hpp Vcl.Touch.GestureCtrls Vcl.Touch.GestureCtrls

Description

TCreateSubItemsEvent is the function type for an OnCreateSubItems event.

Write methods of type TCreateSubItemsEvent to connect them to the OnCreateSubItems event. TCreateSubItemsEvent has the parameters listed in the following table.



Value Meaning

Sender

Parent control.

AListItem

The created list item.

GestureID

The gesture ID being added.



See Also