Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / MouseDown Event

In This Topic
    MouseDown Event
    In This Topic
    Mouse down event.
    Syntax
    'Declaration
     
    Public Shadows Event MouseDown As ObjectManipulator.ObjectManipulatorEventHandler
    Event Data

    The event handler receives an argument of type ObjectManipulator.ObjectManipulatorEventArgs containing data related to this event. The following ObjectManipulator.ObjectManipulatorEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the current action mode.  
    Gets the axis on which the transformation is performed.  
    See Also