NavBarItem Events
An item within the NavBarControl control.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. |
ItemChanged | Fires when item property values are changed. Inherited from ComponentCollectionItem. |
LinkClicked | Fires immediately after an item has been clicked. |
LinkPressed | Fires immediately after a user pressed the item. |
See Also