MobileForms Toolkit Documentation

SmartGrid.RowResize Event

Fires when a row is resized.

public event RowResizeHandler RowResize;

Event Data

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

Property Description
OldHeight Gets the height of row that it had had before it was resized.
Row Gets the row that was resized.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace