Interface IColumnVisibilityChangedEventArgs

The event arguments after a column's visibility is changed.

Hierarchy

Hierarchy (view full)

Properties

column: any

Represents the column the event originated from

newValue: boolean

The new hidden state that the column will have, if operation is succesfull. Will be true when hiding and false when showing.

owner?: any

Provides reference to the owner component.