[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.BeforeMouseDownEventHandler

BeforeMouseDownEventHandler Delegate

Represents the method that will handle the BeforeMouseDown event.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void BeforeMouseDownEventHandler(object sender, BeforeMouseDownEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

BeforeMouseDownEventArgs e

BeforeMouseDownEventArgs object that contains the event data.

Constructors

Name Description
BeforeMouseDownEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, BeforeMouseDownEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, BeforeMouseDownEventArgs)