ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / BeforeMouseDown Event

In This Topic
    BeforeMouseDown Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event BeforeMouseDown As C1.Win.FlexGrid.BeforeMouseDownEventHandler
    public event C1.Win.FlexGrid.BeforeMouseDownEventHandler BeforeMouseDown
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.BeforeMouseDownEventArgs containing data related to this event. The following BeforeMouseDownEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets which mouse button was pressed.  
    Gets or sets a value indicating whether the event should be canceled.  
    Gets the number of times the mouse button was pressed and released.  
    Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.  
    Gets the x-coordinate of a mouse click.  
    Gets the y-coordinate of a mouse click.  
    See Also