The TouchEventDispatcher type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
AddHandler |
Adds an event handler to an element. eventName should not include the "on" prefix.
|
![]() ![]() |
AddHandlers |
Adds a list of event handlers to an element. events is a dictionary of event handlers.
Event names should not include the "on" prefix.
|
![]() ![]() |
ClearHandlers |
Clear all event handlers for given element.
|
![]() ![]() |
ClearTouchButtonEvents |
Clears previously enabled touch button events.
|
![]() ![]() |
EnableTouchButtonEvents |
Listens the touch button events for given element.
|
![]() ![]() |
RaiseNativeClick |
Raises the native browser click event for given element. For example this method can be used to imitate user click on anchor element.
|
![]() ![]() |
RemoveHandler |
Remove the event handler for given element. eventName should not include the "on" prefix.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() |
DisablePageScroll |
Gets or sets a value indicating whether page scrolling will be disabled.
|