ComponentOne Chart3D for WPF and Silverlight
ManipulationCompleted Event (Chart3DView)


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

Reference

Chart3DView Class
Chart3DView Members