Initializes a new instance of the ValueChangedEventArgs class.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ValueChangedEventArgs<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The old value.
The new value.
See Also