Skip to main content

TdxCustomTileControl.OnItemCheck Event

Enables you to respond to switching the checked state of tile items.

Declaration

property OnItemCheck: TdxTileControlItemOperationEvent read; write;

Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item whose checked state has been changed.

If at least one tile is checked (selected), the tile control automatically displays action bars. You can handle the OnItemCheck event in order to implement the context-sensitive behavior for them by responding to selection changes and dynamically switching the visibility of action bar items that are specific to the current selection.

You can handle the OnItemBeforeCheck event to prohibit switching the checked state of individual tile items.

See Also