Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarUpdateEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarUpdateEventArgs

    Provides data for the ToolbarStatusUpdate event.

    Inheritance
    System.Object
    ToolbarUpdateEventArgs
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ToolbarUpdateEventArgs : Object

    Constructors

    ToolbarUpdateEventArgs()

    Declaration
    public ToolbarUpdateEventArgs()

    Properties

    Redo

    Defines the redo arguments.

    Declaration
    public bool Redo { get; set; }
    Property Value
    Type Description
    System.Boolean

    Undo

    Defines the undo arguments.

    Declaration
    public bool Undo { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved