ComponentOne Basic Library for WPF and Silverlight
ManipulationDelta Event (ScrollViewerTouchBehavior)


C1.WPF Namespace > ScrollViewerTouchBehavior Class : ManipulationDelta Event
Syntax
'Declaration
 
<CustomCategoryAttribute("Touch")>
Public Event ManipulationDelta As System.EventHandler(Of ManipulationDeltaEventArgs)
'Usage
 
Dim instance As ScrollViewerTouchBehavior
Dim handler As System.EventHandler(Of ManipulationDeltaEventArgs)
 
AddHandler instance.ManipulationDelta, handler
[CustomCategory("Touch")]
public event System.EventHandler<ManipulationDeltaEventArgs> ManipulationDelta
See Also

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members