alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ClickEventArgs

    Provides information about the clicked item in toolbar.

    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.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClickEventArgs

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    Cancel

    Gets or sets whether the item click action should be canceled or not.

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

    true, if the item click action can be canceled. Otherwise, false.

    Item

    Gets the clicked ItemModel of toolbar.

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

    A ItemModel object that represents the item that was clicked in the toolbar.

    Name

    Gets name of the event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    OriginalEvent

    Gets the mouse event informations.

    Declaration
    public MouseEventArgs OriginalEvent { get; }
    Property Value
    Type Description
    MouseEventArgs

    A MouseEventArgs object that represents the mouse event information.

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