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