IMetabaseUsersUpdateCallback.RequestAction

Syntax

RequestAction(Error: IMetabaseUsersUpdateError): MetabaseUsersUpdateCallbackResult;

Parameters

Error. Error on updating the user.

Description

The RequestAction method requests an action when an error occurs on updating the user.

Comments

The method must be redefined in a custom class.

Example

The example of use is given in description of the IMetabaseUsersUpdate.Callback property.

See also:

IMetabaseUsersUpdateCallback