Click or drag to resize
AB4D logo

Manipulation3DEventArgsT Class

Provides base data for manipulation events on 3D object
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.Common.EventManager3DBaseMouse3DEventArgs
      Ab3d.Common.EventManager3DManipulation3DEventArgsT

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

Type Parameters

T
InputEventArgs

The Manipulation3DEventArgsT type exposes the following members.

Constructors
 NameDescription
Public methodManipulation3DEventArgsT 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