ISelectionChangeEventArgs

23 Sep 20251 minute to read

ISelectionChangeEventArgs notifies when the node/connector are select.

Properties

cancel boolean

returns whether or not to cancel the selection change event

cause DiagramAction

returns the actual cause of the event

newValue []

returns the collection of nodes and connectors that must be added to selection list

oldValue []

returns the collection of nodes and connectors that must be removed from selection list

state EventState

Triggers before and after adding the selection to the object

type ChangeType

returns whether the item is added or removed from the selection list