Search
ValueChangingEventArgs(T) Constructor (T, T)
See Also
 





Initializes a new instance of the ValueChangingEventArgs class.

Namespace: MindFusion.Diagramming.Components
Assembly: 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