IPublishTouchEvents Interface Members
The following tables list the members exposed by IPublishTouchEvents.
Public Properties
| Name | Description | |
|---|---|---|
![]() | RegisterTouchEvents | When true, touch events are enabled, else disabled |
Public Events
| Name | Description | |
|---|---|---|
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. |
![]() | ManipulationInertiaStarting | |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement |
![]() | ManipulationStarting | Occurs when an input device begins a manipulation on the System.Windows.UIElement |
![]() | TouchDown | Occurs when an input device begins a manipulation on the System.Windows.UIElement. |
![]() | TouchMove | Occurs when an input device changes position during manipulation. |
![]() | TouchUp | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. |
See Also

