TdxTileControlItem Events
A tile item.Name | Description |
---|---|
OnActivateDetail | Enables you to respond to showing the detail page associated with the current tile item. |
OnActiveFrameChanged | Enables you to respond to changing a frame within the current tile item. |
OnClick | Enables you to respond to the current tile item’s activation. |
OnDeactivateDetail | Enables you to respond to closing the detail page associated with the current tile item. |
OnDeactivatingDetail | Enables you to prohibit the detail page associated with the current tile item from closing. |
OnFrameDestroy | Enables you to destroy the objects you created during the tile item’s frames initialization. |
OnFrameInitialize | Enables you to initialize the tile item’s frame when it is about to be displayed. |
OnGetStoredProperties | Enables you to customize a list of the item’s properties to be stored to external data stores. |
OnGetStoredPropertyValue | Enables you to provide a value for the item to be saved to external data stores. |
OnSetStoredPropertyValue | Enables you to restore the item’s property values from external data stores. |
See Also