Skip to main content
All docs
V23.2

SankeySelectedItemsChangingEventArgs Properties

Contains data for the SelectedItemsChanging event.
Name Description
Action Returns an action that is applied to the SelectedItems collection.
Cancel Indicates whether the SelectedItemsChanging event should be canceled.
NewLinks Returns newly selected Sankey links.
NewNodes Returns newly selected Sankey nodes.
OldLinks Returns previously selected Sankey links.
OldNodes Returns previously selected Sankey nodes.
See Also