[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events

C1.Win.Input.DbNavigator.Events Namespace

Classes

NavItemClickEventArgs

Provides data for ItemClick events.

NavItemClickedEventArgs

Provides data for ItemClicked events.

NavItemEventArgs

Provides data for events that can be handled completely in an event handler.

NavItemMouseEventArgs

Provides data for mouse specific item events.

NavItemPaintEventArgs

Provides data for item rendering event that can be handled completely in an event handler.

NavItemTextChangedEventArgs

Provides data item TextChanged event.

Delegates

NavItemClickEventHandler

Represents a method that can handle ItemClick cancelable events.

NavItemClickedEventHandler

Represents a method that can handle ItemClicked 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.