DataGrid.OnChangeBandVisible

Fore Syntax

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

Begin

//set of operators;

End Sub OnChangeBandVisible;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnChangeBandVisible event follows changing of visibility of any component container/column.

See also:

DataGrid