WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlValidatedEventArgs

    Show / Hide Table of Contents

    Class ControlValidatedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ControlValidatedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved