IPrxUserButtonActionMethod

Assembly: Report;

Description

The IPrxUserButtonActionMethod interface is used to set up Fore method and JavaScript function as a custom button handler.

Inheritance Hierarchy

          IPrxUserButtonAction

          IPrxUserButtonActionForeMethod

          IPrxUserButtonActionMethod

Comments

Handler settings can be obtained using the IPrxUserButton.AfterAction, IPrxUserButton.BeforeAction properties.

The IPrxUserButton.Action property can also be cast to the IPrxUserButtonActionMethod interface.

Properties

  Property name Brief description
JsFunction The JsFunction property determines a JavaScript method that should be triggered on handler startup.

Properties inherited from IPrxUserButtonActionForeMethod

  Property name Brief description
ForeMethod The ForeMethod property determines a Fore method that should be triggered on handler start.

Methods inherited from IPrxUserButtonAction

  Method name Brief description
Invoke The Invoke method executes a button action handler and returns the obtained result.

See also:

Report Assembly Interfaces