Initializes a new instance of the ValueChangedEventArgs class.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public ValueChangedEventArgs<T> ( T oldValue, T newValue)
Public New (Of T) ( _ oldValue As T, _ newValue As T _)
Type: Tthe old value.
Type: Tthe new value.
ValueChangedEventArgs(T) ClassMindFusion.UI.Web Namespace