Back to Devexpress

HintShownEventHandler Delegate

maui-devexpress-dot-maui-dot-charts-ec496126.md

latest986 B
Original Source

HintShownEventHandler Delegate

A method that will handle the HintShown event.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public delegate void HintShownEventHandler(
    object sender,
    HintShownEventArgs e
);

Parameters

NameType
senderSystem.Object
eHintShownEventArgs

Extension Methods

Yield<HintShownEventHandler>()

YieldIfNotNull<HintShownEventHandler>()

See Also

HintShownEventHandler Members

DevExpress.Maui.Charts Namespace