Class TableChangedAction
Specifies the type of change that occurred to a table within the RichTextEditor.
Inheritance
System.Object
TableChangedAction
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public sealed class TableChangedAction : Enum
Fields
Created
Indicates that a new table was created.
Declaration
public const TableChangedAction Created
Field Value
Type |
---|
TableChangedAction |
Deleted
Indicates that an existing table was deleted.
Declaration
public const TableChangedAction Deleted
Field Value
Type |
---|
TableChangedAction |
Modified
Indicates that a table was modified (e.g., rows or columns were added or removed).
Declaration
public const TableChangedAction Modified
Field Value
Type |
---|
TableChangedAction |