MindFusion.Wpf Pack Programmer's Guide
ValueChangedEventHandler(T) Delegate
See Also
 





Represents the method that will handle value change notification events.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public delegate void ValueChangedEventHandler<T> (
    Object sender,
    ValueChangedEventArgs<T> e
)

Visual Basic  Copy Code

Public Delegate Sub ValueChangedEventHandler(Of T) ( _
    sender As Object, _
    e As ValueChangedEventArgs(Of T) _
)

 Parameters

sender

The source of the event.

e
A ValueChangedEventArgs<T> that contains the event data.

 See Also

MindFusion.Gauges.Wpf Namespace