Blazor

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

    Show / Hide Table of Contents

    Class ToolbarClickEventArgs

    Provides data for the OnToolbarClick event.

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

    Constructors

    ToolbarClickEventArgs()

    Declaration
    public ToolbarClickEventArgs()

    Properties

    Cancel

    Defines whether the current action needs to be prevented or not.

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

    Item

    Defines the current toolbar Item Object.

    Declaration
    public Item Item { get; set; }
    Property Value
    Type Description
    Item

    RequestType

    Specifies the request type of the event.

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