[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DragRowColEventHandler

DragRowColEventHandler Delegate

Represents the method that will handle the BeforeDragColumn, BeforeDragRow, AfterDragColumn and AfterDragRow events.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public delegate void DragRowColEventHandler(object sender, DragRowColEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

DragRowColEventArgs e

DragRowColEventArgs object that contains the event data.

Constructors

Name Description
DragRowColEventHandler(object, nint)

Methods

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