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