Class BeforePropChangeEventArgs<T>
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewRound
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the BeforePropChange event for round view.
public class BeforePropChangeEventArgs<T> : ChartEventArgs
Type Parameters
Ttypeparam T T:LightningChartLib.WinForms.Charting.Views.ViewRound.BeforePropChangeEventArgs`1
- Inheritance
-
BeforePropChangeEventArgs<T>
- Derived
- Inherited Members
Fields
Cancel
Cancel property modification.
public bool Cancel
Field Value
NewValue
New value.
public T NewValue
Field Value
- T
OldValue
Old value.
public T OldValue
Field Value
- T