alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ClickEventArgs

    A class that holds options to control the toolbar clicked action.

    Inheritance
    object
    ClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class ClickEventArgs

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    Cancel

    Defines the prevent action.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the prevent action is triggered. Otherwise, false.

    Item

    Defines the current Toolbar Item Object.

    Declaration
    [JsonPropertyName("item")]
    public ItemModel Item { get; set; }
    Property Value
    Type Description
    ItemModel

    The ItemModel object that represents the current toolbar item.

    Name

    Specifies name of the event.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    OriginalEvent

    Defines the current Event arguments.

    Declaration
    [JsonPropertyName("originalEvent")]
    public MouseEventArgs OriginalEvent { get; set; }
    Property Value
    Type Description
    MouseEventArgs

    The MouseEventArgs representing the current event arguments.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved