Skip to main content

SparklineViewBase.PropertiesChanged Event

Occurs when any property of the SparklineViewBase object has changed its value.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v23.2.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

[Browsable(false)]
public event EventHandler PropertiesChanged

Event Data

The PropertiesChanged event's data class is EventArgs.

See Also