ReportBox.OnBeforeRowResize

Fore Syntax

Sub OnBeforeRowResize(Sender: Object; Args: IReportRowEventArgs);

Begin

//set of operators;

End Sub OnBeforeRowResize;

Fore.NET Syntax

Sub OnBeforeRowResize(Sender: System.Object; Args: Prognoz.Platform.Interop.Report.ReportRowEventArgs);

Begin

//set of operators;

End Sub OnBeforeRowResize;

Parameters

Sender. A parameter that returns the component that generated the event.

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

Description

The OnBeforeRowResize event occurs before resizing a table row.

See also:

ReportBox