Class ClickEventArgs
Provide information about the Click
event arguments of split Button.
Inheritance
System.Object
ClickEventArgs
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. |