Blazor

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

    Show / Hide Table of Contents

    Class ClickEventArgs

    Interface for Split Button click event arguments.

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

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    Element

    Specifies the primary split button element.

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

    Name

    Specifies name of the event.

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