Interface IRowSelectionEventArgs

Hierarchy

Index

Properties

added: any[]
cancel: boolean

Provides the ability to cancel the event.

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

Provides reference to the owner component.

removed: any[]