[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemEventArgs

NavItemEventArgs Class

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

Inheritance
NavItemEventArgs
Namespace: C1.Win.Input.DbNavigator.Events
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavItemEventArgs : EventArgs

Constructors

Name Description
NavItemEventArgs(C1DbNavigator)

Initializes a new instance of the NavItemEventArgs class.

Properties

Name Description
Handled

Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

Navigator

Gets C1DbNavigator that is the owner of the event.