| C1.WPF.C1Chart3D Namespace > C1Chart3D Class : ManipulationDelta Event |
'Declaration<CustomCategoryAttribute("Touch")> Public Event ManipulationDelta As System.EventHandler(Of ManipulationDeltaEventArgs)
'UsageDim instance As C1Chart3D Dim handler As System.EventHandler(Of ManipulationDeltaEventArgs) AddHandler instance.ManipulationDelta, handler
[CustomCategory("Touch")] public event System.EventHandler<ManipulationDeltaEventArgs> ManipulationDelta
public event ManipulationDelta: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[CustomCategory("Touch")] public: __event System.EventHandler<ManipulationDeltaEventArgs*>* ManipulationDelta
[CustomCategory("Touch")] public: event System.EventHandler<ManipulationDeltaEventArgs^>^ ManipulationDelta
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2