Interface ITreeNodeTogglingEventArgs

Hierarchy

Hierarchy

  • IBaseEventArgs
  • IBaseCancelableBrowserEventArgs
    • ITreeNodeTogglingEventArgs

Properties

cancel: boolean

Provides the ability to cancel the event.

event?: Event

Browser event

node: IgxTreeNode<any>
owner?: any

Provides reference to the owner component.