Charting for WinForms Programmer's Guide
CustomInterval.PropertyChanged Event
See Also
 






Occurs when a property of the interval changes.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event PropertyChangedEventHandler PropertyChanged

Visual Basic  Copy Code

Public Event PropertyChanged As PropertyChangedEventHandler

 Event Data

PropertyChanged event handlers receive an argument of type PropertyChangedEventArgs.

 See Also

CustomInterval Members
CustomInterval Class
MindFusion.Gauges Namespace