Sub OnChangeBandVisible(Sender: Object; Args: IDataGridBandEventArgs);
Begin
//set of operators;
End Sub OnChangeBandVisible;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnChangeBandVisible event follows changing of visibility of any component container/column.
See also: