IUiChartCancelEventArgs.Result

Syntax

Result: Boolean;

Description

The Result property determines whether the event is processed.

Comments

If this property is set to True, the event is to be handled. If the property is set to False, the event is not handled.

The default value of this property is False.

See also:

IUiChartCancelEventArgs