MobileForms Toolkit Documentation

SmartGrid.ColumnDrag Event

Fires when the column is draged.

public event ColumnDragHandler ColumnDrag;

Event Data

The event handler receives an argument of type ColumnDragEventArgs containing data related to this event. The following ColumnDragEventArgs properties provide information specific to this event.

Property Description
Column Gets the column that was resized.
NewIndex Gets the index of column that it have after it was draged.
OldIndex Gets the index of column that it had before it was draged.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace