Back to Devexpress

CustomizeSankeyNodeEventHandler Delegate

corelibraries-devexpress-dot-xtracharts-dot-sankey-e487ec81.md

latest1.6 KB
Original Source

CustomizeSankeyNodeEventHandler Delegate

Defines a signature (parameter list types) for the method that handles the SankeyDiagramControl.CustomizeNode event.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public delegate void CustomizeSankeyNodeEventHandler(
    object sender,
    CustomizeSankeyNodeEventArgs e
);
vb
Public Delegate Sub CustomizeSankeyNodeEventHandler(
    sender As Object,
    e As CustomizeSankeyNodeEventArgs
)

Parameters

NameTypeDescription
senderObject

Identifies the SankeyDiagramControl object that raises the event.

| | e | CustomizeSankeyNodeEventArgs |

Contains event data.

|

Remarks

See the following Microsoft documentation topic for more information: EventHandler Delegate.

See Also

DevExpress.XtraCharts.Sankey Namespace