Interface ITreeNodeSelectionEvent

Hierarchy

Hierarchy

  • IBaseCancelableBrowserEventArgs
    • ITreeNodeSelectionEvent

Properties

added: IgxTreeNode<any>[]
cancel: boolean

Provides the ability to cancel the event.

event?: Event
newSelection: IgxTreeNode<any>[]
oldSelection: IgxTreeNode<any>[]
owner?: any

Provides reference to the owner component.

removed: IgxTreeNode<any>[]