[]
Provides data for mouse specific item events.
public class NavItemMouseEventArgs : MouseEventArgs
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. |
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. |