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

In This Topic
    MouseUp Event
    In This Topic
    Mouse up event.
    Syntax
    'Declaration
     
    Public Shadows Event MouseUp 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