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 |