AxisSmithBaseSupplyCustomImgStringEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the SupplyCustomImgString event.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void SupplyCustomImgStringEventHandler(
Object sender,
SupplyCustomImgStringEventArgs e
)
Public Delegate Sub SupplyCustomImgStringEventHandler (
sender As Object,
e As SupplyCustomImgStringEventArgs
)
public delegate void SupplyCustomImgStringEventHandler(
Object^ sender,
SupplyCustomImgStringEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.ChartingMVVM.AxesSupplyCustomImgStringEventArgs
Provides data for the SupplyCustomImgString event.
See Also