menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorFormatChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved