Back to Devexpress

TdxTileControlItemDragEndEvent Type

vcl-dxcustomtilecontrol-4a2dc71e.md

latest1.9 KB
Original Source

TdxTileControlItemDragEndEvent Type

The procedural type of the tile item drop notification event.

Declaration

delphi
TdxTileControlItemDragEndEvent = procedure(Sender: TdxCustomTileControl; AInfo: TdxTileControlDragItemInfo) of object;

Parameters

NameType
SenderTdxCustomTileControl
AInfoTdxTileControlDragItemInfo

Remarks

The Sender parameter provides access to a tile control that raised a TdxTileControlItemDragEndEvent type. To access type-specific members of the tile control via the Sender parameter, cast it to the TdxTileControl or TdxTileBar class.

The AInfo parameter provides access to information on one or more dragged items (AInfo.Item and AInfo.CheckedItems), their initial group (AInfo.SourceGroup), and the target group (AInfo.Group). Refer to the TdxTileControlDragItemInfo class description for details.

The tile control’s OnItemDragEnd event references the TdxTileControlItemDragEndEvent procedural type.

See Also

TdxTileControlItemDragBeginEvent

TdxTileControlItemDragOverEvent

dxCustomTileControl Unit