Skip to main content

TileNavSubItem Events

Represents a navigation element on the last level of the TileNavPane navigation hierarchy.
Name Description
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed. Inherited from TileNavElement.
CommandChanged Occurs after the value of the Command property has changed. Inherited from TileNavElement.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed. Inherited from TileNavElement.
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. Inherited from TileNavElement.
See Also