ComponentOne Chart3D for WPF and Silverlight
ManipulationDelta Event (Chart3DView)


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

Reference

Chart3DView Class
Chart3DView Members