Skip to main content
A newer version of this page is available. .
All docs
V21.1

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