menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MobileCheckBoxClientSideEventsBuilder

    Class for MobileCheckBoxClientSideEventsBuilder

    Inheritance
    System.Object
    MobileCheckBoxClientSideEventsBuilder
    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 MobileCheckBoxClientSideEventsBuilder

    Constructors

    MobileCheckBoxClientSideEventsBuilder(MobileCheckBoxProperties)

    Initializes a new instance of the class.

    Declaration
    public MobileCheckBoxClientSideEventsBuilder(MobileCheckBoxProperties mCheckBoxModel)
    Parameters
    Type Name Description
    MobileCheckBoxProperties mCheckBoxModel

    The m CheckBox model.

    Methods

    BeforeChange(String)

    Event triggers before check change happens on the control.

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

    The before change.

    Returns
    Type Description
    MobileCheckBoxClientSideEventsBuilder

    Change(String)

    Event triggers change happens on the control.

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

    The change.

    Returns
    Type Description
    MobileCheckBoxClientSideEventsBuilder

    TouchEnd(String)

    Event triggers when touch end happens on the control.

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

    The touch end.

    Returns
    Type Description
    MobileCheckBoxClientSideEventsBuilder

    TouchStart(String)

    Event triggers when touch start happens on the control.

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

    The touch start.

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