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

In This Topic
    OnStop Method
    In This Topic
    Is called before an interaction stops.
    Syntax
    public virtual void OnStop()
    public:
    virtual void OnStop(); 
    Remarks
    It is called after OnSuccess() or after OnCancel()
    See Also