OnSelectedSelectionChanged



Triggered when the application changes to a new selection.



Syntax:

Procedure: OnSelectedSelectionChanged;


API Calls

Delphi

PlanSwift and FreshDesk Code:


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

PlanSwift.OnSelectedSelectionChanged := OnSelectedSelectionChanged;


Coming soon

C#

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


Coming soon

VB/VBA (OLE)


Coming soon


Coming soon