Search
ValueChangingEventArgs(T).NewValue Property
See Also
 





Gets or sets the new value.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T NewValue { get; set; }

Visual Basic  Copy Code

Public Property NewValue As T

 Property Value

An instance of the generic type T.

 See Also