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


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

Reference

C1SlideContentControl Class
C1SlideContentControl Members