Blazor

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

    Show / Hide Table of Contents

    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 Description
    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

    Event

    Returns the event parameters of the component.

    Declaration
    public MouseEventArgs Event { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Web.MouseEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved