Back to Devexpress

HintShownEventArgs Class

maui-devexpress-dot-maui-dot-charts-82c3862f.md

latest1.3 KB
Original Source

HintShownEventArgs Class

Provides data for the ChartBaseView.HintShown event.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public class HintShownEventArgs :
    EventArgs

HintShownEventArgs is the data class for the following events:

Remarks

The HintShownEventArgs objects are automatically created, initialized and passed to the ChartBaseView.HintShown event handlers.

Inheritance

System.Object EventArgs HintShownEventArgs

Extension Methods

Yield<HintShownEventArgs>()

YieldIfNotNull<HintShownEventArgs>()

See Also

HintShownEventArgs Members

DevExpress.Maui.Charts Namespace