C1.Win.Input.DbNavigator.Events Namespace
In This Topic
Classes
Delegates
| Delegate | Description |
 | NavItemClickedEventHandler | Represents a method that can handle ItemClicked events. |
 | NavItemClickEventHandler | Represents a method that can handle ItemClick cancelable events. |
 | NavItemEventHandler | Represents a method that can handle item events which may or may not require further processing after the event handler has returned. |
 | NavItemMouseEventHandler | Represents a method that can handle mouse specific item events which may or may not require further processing after the event handler has returned. |
 | NavItemPaintEventHandler | Represents a method that can handle item rendering events which may or may not require further processing after the event handler has returned. |
 | NavItemTextChangedEventHandler | Represents a method that can handle TextChanged item events which may or may not require further processing after the event handler has returned. |
See Also