Class MobileRatingClientSideEventsBuilder
Class for Rating clientSide Events
Inheritance
System.Object
MobileRatingClientSideEventsBuilder
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 MobileRatingClientSideEventsBuilder
Constructors
MobileRatingClientSideEventsBuilder(MobileRatingProperties)
Initializes a new instance of the MobileRatingClientSideEventsBuilder class.
Declaration
public MobileRatingClientSideEventsBuilder(MobileRatingProperties mRatingModel)
Parameters
Type | Name | Description |
---|---|---|
MobileRatingProperties | mRatingModel | The m rating model. |
Methods
Change(String)
Event triggers when the value changed.
Declaration
public MobileRatingClientSideEventsBuilder Change(string change)
Parameters
Type | Name | Description |
---|---|---|
System.String | change | The change. |
Returns
Type | Description |
---|---|
MobileRatingClientSideEventsBuilder |
Tap(String)
Event triggers when touch happens on the control.
Declaration
public MobileRatingClientSideEventsBuilder Tap(string tap)
Parameters
Type | Name | Description |
---|---|---|
System.String | tap | The tap. |
Returns
Type | Description |
---|---|
MobileRatingClientSideEventsBuilder |
TouchMove(String)
Event triggers when touch move happens on the control.
Declaration
public MobileRatingClientSideEventsBuilder TouchMove(string touchMove)
Parameters
Type | Name | Description |
---|---|---|
System.String | touchMove | The touchMove. |
Returns
Type | Description |
---|---|
MobileRatingClientSideEventsBuilder |