Skip to main content

TdxCustomTileControl.OnGroupDragEnd Event

Notifies that an end-user has dropped a dragged tile group at a specific position within the control.

Declaration

property OnGroupDragEnd: TdxTileControlGroupDragEndEvent read; write;

Remarks

This event occurs every time an end-user finishes a drag-and-drop operation with a tile group by dropping it at any available position. You can handle the OnGroupDragEnd event to respond to group position changes via drag-and-drop. For instance, you can identify the moved group and adjust its settings via the AInfo.Group property within the event handler. Refer to the TdxTileControlGroupDragEndEvent procedural type description for detailed information on all parameters accessible within an OnGroupDragEnd event handler.

See Also