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 |
---|
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 | The value that will be used when the Checkbox is checked. |
Event
Returns the event parameters of the component.
Declaration
public MouseEventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.Web.MouseEventArgs | The MouseEventArgs object that contains information about the event. |