menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileRadioButtonClientSideEventsBuilder

    Show / Hide Table of Contents

    Class MobileRadioButtonClientSideEventsBuilder

    Class for MobileRadioButtonClientSideEventsBuilder

    Inheritance
    System.Object
    MobileRadioButtonClientSideEventsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileRadioButtonClientSideEventsBuilder

    Constructors

    MobileRadioButtonClientSideEventsBuilder(MobileRadioButtonProperties)

    Initializes a new instance of the class.

    Declaration
    public MobileRadioButtonClientSideEventsBuilder(MobileRadioButtonProperties mRadioButtonModel)
    Parameters
    Type Name Description
    MobileRadioButtonProperties mRadioButtonModel

    The m RadioButton model.

    Methods

    BeforeChange(String)

    Event triggers before check change happens in the RadioButton.

    Declaration
    public MobileRadioButtonClientSideEventsBuilder BeforeChange(string beforeChange)
    Parameters
    Type Name Description
    System.String beforeChange

    The beforechange.

    Returns
    Type Description
    MobileRadioButtonClientSideEventsBuilder

    Change(String)

    Event triggers when Change happens in the RadioButton.

    Declaration
    public MobileRadioButtonClientSideEventsBuilder Change(string change)
    Parameters
    Type Name Description
    System.String change
    Returns
    Type Description
    MobileRadioButtonClientSideEventsBuilder

    TouchEnd(String)

    Event triggers when the touch end happens in the RadioButton.

    Declaration
    public MobileRadioButtonClientSideEventsBuilder TouchEnd(string touchEnd)
    Parameters
    Type Name Description
    System.String touchEnd

    The touch end.

    Returns
    Type Description
    MobileRadioButtonClientSideEventsBuilder

    TouchStart(String)

    event triggers when the touch start happens in the RadioButton.

    Declaration
    public MobileRadioButtonClientSideEventsBuilder TouchStart(string touchStart)
    Parameters
    Type Name Description
    System.String touchStart

    The touch start.

    Returns
    Type Description
    MobileRadioButtonClientSideEventsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved