Assembly: Report;
The IPrxUserButtonActionMethod interface is used to set up Fore method and JavaScript function as a custom button handler.
IPrxUserButtonActionForeMethod
IPrxUserButtonActionMethod
Handler settings can be obtained using the IPrxUserButton.AfterAction, IPrxUserButton.BeforeAction properties.
The IPrxUserButton.Action property can also be cast to the IPrxUserButtonActionMethod interface.
Property name | Brief description | |
JsFunction | The JsFunction property determines a JavaScript method that should be triggered on handler startup. |
Property name | Brief description | |
ForeMethod | The ForeMethod property determines a Fore method that should be triggered on handler start. |
Method name | Brief description | |
Invoke | The Invoke method executes a button action handler and returns the obtained result. |
See also: