MoveEventArgs Class

Provides data for the Workspace.Mouse3DMove event.
Public Class MoveEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class MoveEventArgs : EventArgs
This language is not supported or no code example is available.
Name Description
Public property DeviceInfo Gets or sets the device information.
Public property RotationVector Gets or sets the rotation vector.
Public property TranslationVector Gets or sets the translation vector.
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.Mouse3D.MoveEventArgs

.NET Framework

Supported in: 4.7.2

In this article

Definition