menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditEventArgs

    Contains information about the BeforeEdit and AfterEdit events.

    Inheritance
    System.Object
    System.EventArgs
    EditEventArgs
    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.Tools.Windows.dll
    Syntax
    public class EditEventArgs : EventArgs

    Constructors

    EditEventArgs(String)

    Constructor of the EditEventArgs.

    Declaration
    public EditEventArgs(string editText)
    Parameters
    Type Name Description
    System.String editText

    The edit text.

    Properties

    EditText

    Gets or sets edit text

    Declaration
    public string EditText { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved