Search
TickSettings.PropertyChanged Event
See Also
 






Raised when a property value 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