Click or drag to resize
AB4D logo

Manipulation3DEventArgs<T> Class

Provides base data for manipulation events on 3D object
Inheritance Hierarchy
System.Object
  System.EventArgs
    Ab3d.Common.EventManager3D.BaseMouse3DEventArgs
      Ab3d.Common.EventManager3D.Manipulation3DEventArgs<T>

Namespace: Ab3d.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public class Manipulation3DEventArgs<T> : BaseMouse3DEventArgs
where T : InputEventArgs

Type Parameters

T
InputEventArgs

The Manipulation3DEventArgs<T> type exposes the following members.

Constructors
 NameDescription
Public methodManipulation3DEventArgs<T> Constructor
Top
Properties
 NameDescription
Public propertyManipulationData Get data about the current manipulation event. Can be of type ManipulationStartedEventArgs, ManipulationCompletedEventArgs or ManipulationDeltaEventArgs depending on the actual event handler.
Top
See Also