Represents the method that will handle value change notification events.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate void ValueChangedEventHandler<T> ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub ValueChangedEventHandler(Of T) ( _ |
The source of the event.
See Also