NtFlankControl.beginRowDragging Event

This Event is fired when vertical dragging of a row or a full category is about to occur. You can catch and cancel this event to prevent the dragging. This is useful if you want to allow dragging for certain rows, only or want to completely avoid row and category dragging. When catching the event you will receive a NtRowDraggingEventArgs object that contains all necessary information on which row or rows are being dragged.
 
The screen shot below shows the row dragging in progress:


Overload List:

Event Name Event Arguments Description

beginRowDragging

NtRowDraggingEventArgs

 
Event raised when a user starts dragging a row vertically.

Event Arguments:

NtRowDraggingEventArgs

Remarks:

None.

See also:

continueRowDragging
endRowDragging
NtRowDraggingEventArgs