[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemMouseEventArgs

NavItemMouseEventArgs Class

Provides data for mouse specific item events.

Inheritance
NavItemMouseEventArgs
Namespace: C1.Win.Input.DbNavigator.Events
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavItemMouseEventArgs : MouseEventArgs

Constructors

Name Description
NavItemMouseEventArgs(C1DbNavigator, MouseButtons, int, int, int, int)

Initializes a new instance of the NavItemMouseEventArgs class.

NavItemMouseEventArgs(C1DbNavigator, MouseEventArgs)

Initializes a new instance of the NavItemMouseEventArgs 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.