MobileForms Toolkit Documentation

SmartGrid.ColumnResize Event

Fires when a column is resized.

public event ColumnResizeHandler ColumnResize;

Event Data

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

Property Description
Column Gets the column that was resized.
OldWidth Gets the width of column that it had had before it was resized.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace