menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormatChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormatChangedEventArgs

    Event args for format changes.

    Inheritance
    System.Object
    FormatChangedEventArgs
    Namespace: Syncfusion.XForms.RichTextEditor
    Assembly: Syncfusion.SfRichTextEditor.XForms.dll
    Syntax
    public class FormatChangedEventArgs : EventArgs

    Constructors

    FormatChangedEventArgs(SfToolbarStatus)

    Initializes a new instance of the FormatChangedEventArgs class.

    Declaration
    public FormatChangedEventArgs(SfToolbarStatus formats)
    Parameters
    Type Name Description
    SfToolbarStatus formats

    sftoolbar ststus formats.

    Properties

    Formats

    Gets or sets the formats property.

    Declaration
    public SfToolbarStatus Formats { get; set; }
    Property Value
    Type
    SfToolbarStatus
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved