ICommandEventArgs.Result

Syntax

Result: Variant;

Description

The Result property determines the value of the command execution result that was sent to the form.

Comments

It is used if the message was sent using the SendCommand method.

Example

The property use is given in the example for ICommandEventArgs.Argument.

See also:

ICommandEventArgs