Initializes a new instance of the ValueChangedEventArgs class.
Namespace: MindFusion.Diagramming.ComponentsAssembly: MindFusion.Diagramming
public ValueChangedEventArgs<T> ( T oldValue, T newValue)
Public New (Of T) ( _ oldValue As T, _ newValue As T _)
The old value.
The new value.
ValueChangedEventArgs(T) Constructor Overload ListValueChangedEventArgs(T) ClassMindFusion.Diagramming.Components Namespace