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 |