ComponentOne FlexGrid for WinForms
BeforeMouseDownEventHandler Delegate

C1.Win.C1FlexGrid Namespace : BeforeMouseDownEventHandler Delegate
Object that fired the event.
BeforeMouseDownEventArgs object that contains the event data.
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

Reference

BeforeMouseDownEventHandler Members
C1.Win.C1FlexGrid Namespace