Skip to main content

TdxCustomTileControl.OnItemFocusChanging Event

Enables you to prohibit moving focus to a specified tile item.

Declaration

property OnItemFocusChanging: TdxTileControlItemAllowOperationEvent read; write;

Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item that is about to be focused.

Pass False as the AAllow parameter to prohibit moving focus to the tile item. Otherwise, the OnItemFocusChange event fires, allowing you to respond to moving focus, and then the tile item gets focused.

See Also