IUiChartCancelEventArgs.Result

Syntax

Result: Boolean;

Description

The Result property determines whether the event is handled.

Comments

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

The property is set to False by default.

See also:

IUiChartCancelEventArgs