SampleDataSeriesOldDataDroppedEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the OldDataDropped event.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void OldDataDroppedEventHandler(
Object sender,
OldDataDroppedSampleDataSeriesEventArgs e
)
Public Delegate Sub OldDataDroppedEventHandler (
sender As Object,
e As OldDataDroppedSampleDataSeriesEventArgs
)
public delegate void OldDataDroppedEventHandler(
Object^ sender,
OldDataDroppedSampleDataSeriesEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.Charting.SeriesXYOldDataDroppedSampleDataSeriesEventArgs
Provides data for the OldDataDropped event.
See Also