Back to Devexpress

CustomizeSankeyNodeToolTipEventHandler Delegate

corelibraries-devexpress-dot-xtracharts-dot-sankey-903feb90.md

latest1.7 KB
Original Source

CustomizeSankeyNodeToolTipEventHandler Delegate

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

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
senderObject

Identifies the SankeyDiagramControl object that raises the event.

| | e | CustomizeSankeyNodeToolTipEventArgs |

Contains event data.

|

Remarks

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

See Also

DevExpress.XtraCharts.Sankey Namespace