Class ControlValidatedEventArgs
Inheritance
System.Object
System.EventArgs
ControlValidatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ControlValidatedEventArgs : EventArgs
Constructors
ControlValidatedEventArgs(String, String)
Initializes a new instance of the ControlValidatedEventArgs class.
Declaration
public ControlValidatedEventArgs(string newValue, string oldValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | newValue | The new value. |
System.String | oldValue | The old value. |
Properties
NewValue
Gets the new value.
Declaration
public string NewValue { get; }
Property Value
Type | Description |
---|---|
System.String | The new value. |
OldValue
Gets the old value.
Declaration
public string OldValue { get; }
Property Value
Type | Description |
---|---|
System.String | The old value. |