ComponentOne Basic Library for WPF and Silverlight
ManipulationDelta Event (SmallShapePresenter)


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

Reference

SmallShapePresenter Class
SmallShapePresenter Members