DataGrid.OnChangeBandVisible

Syntax

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

Begin

//set of operators;

End Sub OnChangeBandVisible;

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 OnChangeBandVisible event occurs on changing visibility of any component band or column.

See also:

DataGrid