Back to Devexpress

CustomizeSankeyLinkToolTipEventHandler Delegate

corelibraries-devexpress-dot-xtracharts-dot-sankey-55dd7ba9.md

latest1.7 KB
Original Source

CustomizeSankeyLinkToolTipEventHandler Delegate

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

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
senderObject

Identifies the SankeyDiagramControl object that raises the event.

| | e | CustomizeSankeyLinkToolTipEventArgs |

Contains event data.

|

Remarks

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

See Also

DevExpress.XtraCharts.Sankey Namespace