Interface IColumnSelectionEventArgs

Hierarchy

Index

Properties

added: string[]
cancel: boolean

Provides the ability to cancel the event.

event?: Event
newSelection: string[]
oldSelection: string[]
owner?: any

Provides reference to the owner component.

removed: string[]