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 |