Class TextChangedEventArgs
Event args for Text changes. Provides the new text when it is changed.
Inheritance
System.Object
TextChangedEventArgs
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class TextChangedEventArgs : EventArgs
Constructors
TextChangedEventArgs(String)
Initializes a new instance of the TextChangedEventArgs class.
Declaration
public TextChangedEventArgs(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | New text. |
Properties
Text
Gets or sets the text property.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |