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 click event arguments of the SfSplitButton.

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

    This class is used to pass event data when the primary button of a SfSplitButton is clicked.

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    Element

    Gets or sets the primary split button element.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    ElementReference

    An ElementReference object that represents the primary split button element.

    Remarks

    This property provides a reference to the DOM element of the primary button that was clicked.

    Name

    Gets or sets the name of the event.

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

    A string representing the name of the event.

    Remarks

    This property is used to identify the event that was triggered. For the Click event, the name is "Click".

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