OnSelectionChanged



Triggered when the application changes focus to a new "selectable" item in the editor.



Syntax:

Procedure: OnSelectionChanged;


API Calls

Delphi

PlanSwift and FreshDesk Code:
Procedure OnSelectionChanged;
Begin
  // clean up code here...
End;

PlanSwift.OnSelectionChanged := OnSelectionChanged;


Coming soon

C#

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


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon