ComponentOne Basic Library for WPF and Silverlight
ManipulationCompleted Event (C1RadialColorItemsPresenter)


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

Reference

C1RadialColorItemsPresenter Class
C1RadialColorItemsPresenter Members