TileContainer Events
A WindowsUI View container that displays Tiles and unites them in multiple groups.Name | Description |
---|---|
ActionCustomization | Occurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container’s Navigation Bar Actions. Inherited from BaseContentContainer. |
ActualActionsChanged | Fires when the current Content Container‘s actions collection changes. Inherited from BaseContentContainer. |
ButtonChecked | Occurs when a Custom Button within the current Content Container is checked. Inherited from BaseContentContainer. |
ButtonClick | Occurs when a regular Custom Button within the current Content Container is clicked. Inherited from BaseContentContainer. |
ButtonUnchecked | Occurs when a Custom Button within the current Content Container is checked. Inherited from BaseContentContainer. |
CheckedChanged | Occurs when any Tile‘s checked state within the current TileContainer was changed. |
Click | Occurs after any Tile within the current TileContainer was clicked. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
EndItemDragging | Occurs when an end-user drops a TileItem after dragging. |
Press | Occurs immediately after a Tile within the current TileContainer is pressed. |
StartItemDragging | Occurs whenever an end-user starts dragging a TileContainer‘s tile. |
See Also