Skip to main content

TdxTileControlActionBarItem.OnClick Event

Enables you to respond to the action bar item’s activation.

Declaration

property OnClick: TdxTileControlActionBarItemEvent read; write;

Remarks

End-users can activate action bar items with clicks and taps. The Click method allows you to activate an action bar item programmatically, emulating an end-user action. Activating an action bar item automatically hides action bars and then fires the item’s OnClick event.

The Sender parameter specifies the action bar item that has been activated.

See Also