Class ChangeEventArgs<TChecked>
Arguments for ValueChange
event.
Inheritance
System.Object
ChangeEventArgs<TChecked>
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangeEventArgs<TChecked> : Object
Type Parameters
Name | Description |
---|---|
TChecked |
Constructors
ChangeEventArgs()
Declaration
public ChangeEventArgs()
Properties
Checked
Returns the checked value of the component.
Declaration
public TChecked Checked { get; set; }
Property Value
Type | Description |
---|---|
TChecked |
Event
Returns the event parameters of the component.
Declaration
public MouseEventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.Web.MouseEventArgs |