Click or drag to resize
AB4D logo

ModelMovedEventArgs Class

ModelMovedEventArgs contains MoveVector3D and is used by ModelMoverVisual3D.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.CommonModelMovedEventArgs

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
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