IActionItem.Update

Syntax

Update;

Description

The Update method updates the action state.

Comments

When this method is called, the OnUpdate event and the OnUpdate event of parent component are generated. Additional preparation for execution of further actions can be made in these events.

See also:

IActionItem