DataGrid.OnBandBaseResize

Syntax

Sub OnBandBaseResize(Sender: Object; Args: IDataGridBandEventArgs);

Begin

//set of operators;

End Sub OnBandBaseResize;

Parameters

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

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

Description

The OnBandBaseResize event occurs on changing the width of the column or band.

See also:

DataGrid