Inheritance Hierarchy
C1.Win.Input.DbNavigator.Events Namespace
Classes
 ClassDescription
ClassProvides data for ItemClicked events.
ClassProvides data for ItemClick events.
ClassProvides data for events that can be handled completely in an event handler.
ClassProvides data for mouse specific item events.
ClassProvides data for item rendering event that can be handled completely in an event handler.
ClassProvides data item TextChanged event.
Delegates
 DelegateDescription
DelegateRepresents a method that can handle ItemClicked events.
DelegateRepresents a method that can handle ItemClick cancelable events.
DelegateRepresents a method that can handle item events which may or may not require further processing after the event handler has returned.
DelegateRepresents a method that can handle mouse specific item events which may or may not require further processing after the event handler has returned.
DelegateRepresents a method that can handle item rendering events which may or may not require further processing after the event handler has returned.
DelegateRepresents a method that can handle TextChanged item events which may or may not require further processing after the event handler has returned.
See Also