Class MobileGroupButtonClientSideEventsBuilder
Inheritance
System.Object
MobileGroupButtonClientSideEventsBuilder
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 MobileGroupButtonClientSideEventsBuilder
Constructors
MobileGroupButtonClientSideEventsBuilder(MobileGroupButtonProperties)
Initializes a new instance of the MobileGroupButtonClientSideEventsBuilder class.
Declaration
public MobileGroupButtonClientSideEventsBuilder(MobileGroupButtonProperties mobileGroupButtonModel)
Parameters
Type | Name | Description |
---|---|---|
MobileGroupButtonProperties | mobileGroupButtonModel | The mobile group button model. |
Methods
Select(String)
Event triggers when the selection happens in the groupbutton.
Declaration
public MobileGroupButtonClientSideEventsBuilder Select(string select)
Parameters
Type | Name | Description |
---|---|---|
System.String | select | The select. |
Returns
Type | Description |
---|---|
MobileGroupButtonClientSideEventsBuilder |
TouchEnd(String)
Event triggers when the touchend happens in the groupbutton.
Declaration
public MobileGroupButtonClientSideEventsBuilder TouchEnd(string touchEnd)
Parameters
Type | Name | Description |
---|---|---|
System.String | touchEnd |
Returns
Type | Description |
---|---|
MobileGroupButtonClientSideEventsBuilder |
TouchStart(String)
Event triggers when the touchstart happens in the groupbutton.
Declaration
public MobileGroupButtonClientSideEventsBuilder TouchStart(string touchStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | touchStart |
Returns
Type | Description |
---|---|
MobileGroupButtonClientSideEventsBuilder |