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.v19.2.Core.dll

Declaration

[Browsable(false)]
public event EventHandler PropertiesChanged

Event Data

The PropertiesChanged event's data class is EventArgs.

See Also