Class RichTextEditorFormatChangedEventArgs
Provides data for the FormatChanged event.
Inheritance
System.Object
RichTextEditorFormatChangedEventArgs
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public class RichTextEditorFormatChangedEventArgs : EventArgs
Constructors
RichTextEditorFormatChangedEventArgs(RichTextEditorFormatType, RichTextEditorFormatType)
Initializes a new instance of the RichTextEditorFormatChangedEventArgs class.
Declaration
public RichTextEditorFormatChangedEventArgs(RichTextEditorFormatType newFormat, RichTextEditorFormatType oldFormat)
Parameters
Type | Name | Description |
---|---|---|
RichTextEditorFormatType | newFormat | The current formatting status. |
RichTextEditorFormatType | oldFormat | The previous formatting status. |
Properties
NewFormat
Gets the current formatting status.
Declaration
public RichTextEditorFormatType NewFormat { get; }
Property Value
Type |
---|
RichTextEditorFormatType |
OldFormat
Gets the previous formatting status.
Declaration
public RichTextEditorFormatType OldFormat { get; }
Property Value
Type |
---|
RichTextEditorFormatType |