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

SankeySelectedItemsChangingEventArgs Constructors

Contains data for the SelectedItemsChanging event.
Name Parameters Description
SankeySelectedItemsChangingEventArgs(IList<SankeyNode>, IList<SankeyLink>, IList<SankeyNode>, IList<SankeyLink>, SelectedItemsChangedAction) oldNodes, oldLinks, newNodes, newLinks, action Initializes a new instance of the SankeySelectedItemsChangingEventArgs class with specified settings.
See Also