C1.Win.FlexGrid 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 _
) 
 

Parameters

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