OnCopyItem



Triggered when the PlanSwift application copies an item.



Syntax:

Procedure: OnCopyItem;


API Calls

Delphi

PlanSwift and FreshDesk Code:


Procedure OnCopyItem; 
Begin   
// clean up code here... 
End;  
PlanSwift.OnCopyItem := OnCopyItem;


Coming soon

C#

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


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon