Class ChangeArgs<TChecked>
Interface for Radio Button change event arguments.
Inheritance
System.Object
ChangeArgs<TChecked>
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangeArgs<TChecked> : Object
Type Parameters
Name | Description |
---|---|
TChecked |
Constructors
ChangeArgs()
Declaration
public ChangeArgs()
Properties
Event
Returns the event parameters of the RadioButton.
Declaration
public EventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
System.EventArgs |
Value
Returns the value of the RadioButton.
Declaration
public TChecked Value { get; set; }
Property Value
Type | Description |
---|---|
TChecked |