Click or drag to resize
ModelMovedEventArgs Class
ModelMovedEventArgs contains MoveVector3D and is used by ModelMoverVisual3D.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.PowerToys.CommonModelMovedEventArgs

Namespace: Ab3d.PowerToys.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 7.0.0.0
Syntax
C#
public class ModelMovedEventArgs : EventArgs

The ModelMovedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodModelMovedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyMoveVector3D
Gets a Vector3D that specifies the amount of move.
Top
See Also