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


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

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members