OnSelectionChanged



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



Syntax:

Procedure: OnSelectionChanged;


API Call:

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

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



Coming soon
Coming soon