| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeBandHiddenChanged As BeforeBandHiddenChangedEventHandler | |
| C# | |
|---|---|
public event BeforeBandHiddenChangedEventHandler BeforeBandHiddenChanged | |
The event handler receives an argument of type BeforeBandHiddenChangedEventArgs containing data related to this event. The following BeforeBandHiddenChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Band (Inherited from Infragistics.Win.UltraWinGrid.CancelableBandEventArgs) | The associated band (read-only). |
| Gets or sets a value indicating whether the event should be canceled. |
BeforeBandHiddenChanged event is fired when the user hides a band, typically via the column chooser dialog.