Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnMouseLeavingWindow Method

In This Topic
    OnMouseLeavingWindow Method
    In This Topic
    Is called after Mouse leave the window.
    Syntax
    public virtual RequestCode OnMouseLeavingWindow( 
       Position pos
    )
    public:
    virtual RequestCode OnMouseLeavingWindow( 
       Position^ pos
    ) 

    Parameters

    pos

    Return Value

    Default RequestCode for this function is Nothing.
    Remarks
    This method is invoke while dragging operation if OnStartDrag returned RequestCode.
    See Also