menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ClickEventArgs

    Provide information about the Click event arguments of split Button.

    Inheritance
    System.Object
    ClickEventArgs
    SplitButtonClickedEventArgs
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClickEventArgs : Object

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    Element

    Gets or sets a value that indicates the primary split button element.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    An Microsoft.AspNetCore.Components.ElementReference object that represents the primary split button element.

    Name

    Gets or sets a value that indicates the name of the event.

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

    Accepts the string value.

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