ASP.NET Pack Programmer's Guide
ValueChangingEventArgs(T) Constructor (T, T)
See Also
 





Initializes a new instance of the ValueChangingEventArgs class.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ValueChangingEventArgs<T> (
    T oldValue,
    T newValue
)

Visual Basic  Copy Code

Public New (Of T) ( _
    oldValue As T, _
    newValue As T _
)

 Parameters

oldValue

The old value.

newValue

The new value.

 See Also

ValueChangingEventArgs(T) Constructor Overload List
ValueChangingEventArgs(T) Class
MindFusion.Diagramming.Components Namespace