NavButton Events
Represents a button in the TileNavPane‘s nav bar.| 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. |
See Also