ComponentOne Chart3D for WPF and Silverlight
ManipulationCompleted Event (C1Chart3DLegend)


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

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members