ReportBox.OnRowResizing

Syntax

OnRowResizing(Sender: Object; Args: IReportRowResizingEventArgs);

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnRowResizing event occurs at each visible change of table row size.

See also:

ReportBox