SelectionChangedEventΒΆ

Class SelectionChangedEvent

SELECTION_CHANGED

Hierarchy

Constructors

  • The SELECTION_CHANGED event occurs if a Selection has been changed.

    Parameters

    • targetNodeID: number

      The ID of the node which Selection has changed.

    • oldSelectionCount: number

      The number of previous selected Nodes.

    • newSelectionCount: number

      The number of currently selected Nodes.

    • selectedNodes: number[]

      The IDs of the currently selected Nodes.

    Returns SelectionChangedEvent

Properties

id: number
newSelectionCount: number

The number of currently selected Nodes.

oldSelectionCount: number

The number of previous selected Nodes.

selectedNodes: number[]

The IDs of the currently selected Nodes.

targetNodeID: number

The ID of the node which Selection has changed.

transactionCode?: string
transactionID?: number
type?: EventType