SankeySelectedItemsChangingEventHandler Delegate
In This Article
Defines a signature (parameter list types) for the method that handles the SankeySelectedItemsChangingEventArgs event.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public delegate void SankeySelectedItemsChangingEventHandler(
object sender,
SankeySelectedItemsChangingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | Identifies Sankey |
e | Sankey |
Contains event data. |
See Also