Initializes a new instance of the ValueChangedEventArgs class.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public ValueChangedEventArgs<T> ( T oldValue, T newValue ) |
Visual Basic
Copy Code
|
---|
Public New (Of T) ( _ oldValue As T, _ newValue As T _ ) |
Parameters
See Also
|