IPrxUserButtonActionForeMethod

Assembly: Report;

Description

The IPrxUserButtonActionForeMethod interface is used to set up Fore method as a custom button handler.

Inheritance Hierarchy

          IPrxUserButtonAction

          IPrxUserButtonActionForeMethod

Comments

To set up Fore method, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionForeMethod interface.

Fore method is also used to determine button availability. Corresponding settings are returned by the IPrxUserButton.UpdateEnable property.

Properties

  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