KitchenDraw SDK 2
Show / Hide Table of Contents

Property CallParamsInfo

CallParamsInfo

Information related to a particular plugin function call (e.g. menu item which provoked a plugin call or a supplier for which an order should be generated).

Declaration
public Appli.CallParamsInfo_ CallParamsInfo { get; }
Property Value
Type Description
Appli.CallParamsInfo_
Remarks

The infos available here are filled at the session creation moment (e.g., when you create an Appli class instance). To get more actual information, like an object being placed in the OnPlaceBefore handler, you are recommended to use the GetCallParamsInfoDirect(int) method.

In this article
Back to top Generated by DocFX