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
public delegate void HintShownEventHandler(
object sender,
HintShownEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | HintShownEventArgs |
See Also
HintShownEventHandler Members