Skip to main content
A newer version of this page is available. .

SparklineViewBase.PropertiesChanged Event

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

Namespace: DevExpress.Sparkline

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

NuGet Packages: DevExpress.Sparkline.Core, DevExpress.WindowsDesktop.Sparkline.Core

Declaration

[Browsable(false)]
public event EventHandler PropertiesChanged

Event Data

The PropertiesChanged event's data class is EventArgs.

See Also