IndicatorBase<T>.CustomDraw Event
Fires before the IndicatorBase descendant is displayed.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public event EventHandler<T> CustomDraw
Event Data
The CustomDraw event's data class is T.
See Also