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 |
---|
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 | The event handler that is invoked when the value of the RadioButton changes. |
Value
Returns the value of the RadioButton.
Declaration
public TChecked Value { get; set; }
Property Value
Type |
---|
TChecked |