menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChangeArgs<TChecked> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved