ASP.NET Pack Programmer's Guide
PointerValueChangedEventArgs Constructor (Pointer, Single, Single)
See Also
 





Initializes a new instance of the PointerValueChangedEventArgs class.

Namespace: MindFusion.Gauges.WebForms
Package: MindFusion.Gauges.WebForms

 Syntax

C#  Copy Code

public PointerValueChangedEventArgs (
    Pointer pointer,
    float oldValue,
    float newValue
)

Visual Basic  Copy Code

Public New ( _
    pointer As Pointer, _
    oldValue As Single, _
    newValue As Single _
)

 Parameters

pointer

The pointer object associated with the event.

oldValue

The previous value of the changed property.

newValue

The new value of the changed property.

 See Also

PointerValueChangedEventArgs Constructor Overload List
PointerValueChangedEventArgs Class
MindFusion.Gauges.WebForms Namespace