OnClose



Triggered when the PlanSwift application closes.



Syntax:

Procedure: OnClose;


API Call:

PlanSwift Code:


Procedure OnClose;
Begin
  // clean up code here...
End;

PlanSwift.OnClose := OnClose;




FreshDesk Code:


None
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon