FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / BeforeMouseDownEventHandler Delegate
Object that fired the event.
BeforeMouseDownEventArgs object that contains the event data.

In This Topic
    BeforeMouseDownEventHandler Delegate
    In This Topic
    Represents the method that will handle the BeforeMouseDown event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub BeforeMouseDownEventHandler( _
       ByVal sender As Object, _
       ByVal e As BeforeMouseDownEventArgs _
    ) 
    public delegate void BeforeMouseDownEventHandler( 
       object sender,
       BeforeMouseDownEventArgs e
    )

    Parameters

    sender
    Object that fired the event.
    e
    BeforeMouseDownEventArgs object that contains the event data.
    See Also