Sub OnBandBaseResize(Sender: Object; Args: IDataGridBandEventArgs);
Begin
//set of operators;
End Sub OnBandBaseResize;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBandBaseResize event occurs on changing the width of the column or band.
See also: