Class ChangeEventArgs
Provides information about an ValueChange event being raised.
Inheritance
System.Object
ChangeEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangeEventArgs : Object
Constructors
ChangeEventArgs()
Declaration
public ChangeEventArgs()
Properties
Value
Gets updated value of the Rich Text Editor.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |