NtFlankControl.endRowDragging Event

This Event is fired when vertical dragging of a row or a full category is being completed. You can catch and cancel this event to prevent the dragging. In this case the row or category will snap back to its original position.

Overload List:

Event Name Event Arguments Description

endRowDragging

NtRowDraggingEventArgs

 
Event raised when a user moves a row or category vertically.

Event Arguments:

NtRowDraggingEventArgs

Remarks:

None.

See also:

beginRowDragging
continueRowDragging
NtRowDraggingEventArgs