Table of Contents

Class AfterPropChangeEventArgs<T>

Namespace
LightningChartLib.WinForms.Charting.Views.ViewRound
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the AfterPropChanged event for round view.

public class AfterPropChangeEventArgs<T> : ChartEventArgs

Type Parameters

T
typeparam T T:LightningChartLib.WinForms.Charting.Views.ViewRound.AfterPropChangeEventArgs`1
Inheritance
AfterPropChangeEventArgs<T>
Derived
Inherited Members

Fields

CancelRendering

Cancel rendering after the property change event has been handled.

public bool CancelRendering

Field Value

bool

NewValue

New value of the property.

public T NewValue

Field Value

T

OldValue

Old value of the property.

public T OldValue

Field Value

T