Class EditEventArgs
Contains information about the BeforeEdit and AfterEdit events.
Inheritance
System.Object
EditEventArgs
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 |