Class MobileScrollpanelClientSideEventsBuilder
Inheritance
System.Object
MobileScrollpanelClientSideEventsBuilder
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 MobileScrollpanelClientSideEventsBuilder
Constructors
MobileScrollpanelClientSideEventsBuilder(MobileScrollpanelProperties)
Initializes a new instance of the MobileScrollpanelClientSideEventsBuilder class.
Declaration
public MobileScrollpanelClientSideEventsBuilder(MobileScrollpanelProperties mScrollpanelModel)
Parameters
Type | Name | Description |
---|---|---|
MobileScrollpanelProperties | mScrollpanelModel | The m scrollpanel model. |
Methods
Pull(String)
Event triggers when pull happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder Pull(string pull)
Parameters
Type | Name | Description |
---|---|---|
System.String | pull |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |
Scroll(String)
Event triggers when scroll move happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder Scroll(string scroll)
Parameters
Type | Name | Description |
---|---|---|
System.String | scroll |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |
ScrollEnd(String)
Event triggers when scroll end happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder ScrollEnd(string scrollEnd)
Parameters
Type | Name | Description |
---|---|---|
System.String | scrollEnd | The scroll end. |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |
ScrollStart(String)
Event triggers when scroll start happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder ScrollStart(string scrollStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | scrollStart | The scroll start. |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |
ZoomEnd(String)
Event triggers when zoom end happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder ZoomEnd(string zoomEnd)
Parameters
Type | Name | Description |
---|---|---|
System.String | zoomEnd | The zoom end. |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |
ZoomStart(String)
Event triggers when zoom start happens on the control.
Declaration
public MobileScrollpanelClientSideEventsBuilder ZoomStart(string zoomStart)
Parameters
Type | Name | Description |
---|---|---|
System.String | zoomStart | The zoom start. |
Returns
Type | Description |
---|---|
MobileScrollpanelClientSideEventsBuilder |