Skip to main content
A newer version of this page is available. .

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
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