TileNavElement Events
Represents a base class for elements of the TileNavPane‘s navigation hierarchy that are represented as tiles in drop-down tile bars.| Name | Description |
|---|---|
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. |
| CommandChanged | Occurs after the value of the Command property has changed. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| ElementClick | Occurs when the current NavElement is clicked. Inherited from NavElement. |
| TileClick | Fires when the current tile navigation element is clicked. |
See Also