ComponentOne Chart3D for WPF and Silverlight
ManipulationStarted Event (Chart3DView)


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

Reference

Chart3DView Class
Chart3DView Members