Gets the new value.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public T NewValue { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewValue As T |
An instance of the generic type T.
See Also