Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved