StockSeriesCustomStockDataAppearanceEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the CustomStockDataAppearance event.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void CustomStockDataAppearanceEventHandler(
Object sender,
CustomStockDataAppearanceEventArgs e
)
Public Delegate Sub CustomStockDataAppearanceEventHandler (
sender As Object,
e As CustomStockDataAppearanceEventArgs
)
public delegate void CustomStockDataAppearanceEventHandler(
Object^ sender,
CustomStockDataAppearanceEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Arction.Wpf.ChartingMVVM.SeriesXYCustomStockDataAppearanceEventArgs
Provides data for the CustomStockDataAppearance event.
See Also