Class MobileRotatorClientSideEventsBuilder
Inheritance
System.Object
MobileRotatorClientSideEventsBuilder
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 MobileRotatorClientSideEventsBuilder
Constructors
MobileRotatorClientSideEventsBuilder(MobileRotatorProperties)
Initializes a new instance of the MobileRotatorClientSideEventsBuilder class.
Declaration
public MobileRotatorClientSideEventsBuilder(MobileRotatorProperties mobileRotatorModel)
Parameters
Type | Name | Description |
---|---|---|
MobileRotatorProperties | mobileRotatorModel | The m Rotator model. |
Methods
Change(String)
Changes the specified change.
Declaration
public MobileRotatorClientSideEventsBuilder Change(string change)
Parameters
Type | Name | Description |
---|---|---|
System.String | change | The change. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder | MobileRotatorClientSideEventsBuilder. |
PagerSelect(String)
Pagers the select.
Declaration
public MobileRotatorClientSideEventsBuilder PagerSelect(string pagerSelect)
Parameters
Type | Name | Description |
---|---|---|
System.String | pagerSelect | The pager select. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder | MobileRotatorClientSideEventsBuilder. |
SwipeDown(String)
Event triggers when the swipeDown happens in the Rotator.
Declaration
public MobileRotatorClientSideEventsBuilder SwipeDown(string swipeDown)
Parameters
Type | Name | Description |
---|---|---|
System.String | swipeDown | The swipeUp. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder |
SwipeLeft(String)
Event triggers when the swipeLeft happens.
Declaration
public MobileRotatorClientSideEventsBuilder SwipeLeft(string swipeLeft)
Parameters
Type | Name | Description |
---|---|---|
System.String | swipeLeft | The swipeLeft. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder |
SwipeRight(String)
Event triggers when the swipeRight happens in the Rotator.
Declaration
public MobileRotatorClientSideEventsBuilder SwipeRight(string swipeRight)
Parameters
Type | Name | Description |
---|---|---|
System.String | swipeRight | The swipeRight. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder |
SwipeUp(String)
Event triggers when the swipeUp happens in the Rotator.
Declaration
public MobileRotatorClientSideEventsBuilder SwipeUp(string swipeUp)
Parameters
Type | Name | Description |
---|---|---|
System.String | swipeUp | The swipeUp. |
Returns
Type | Description |
---|---|
MobileRotatorClientSideEventsBuilder |