Gets or sets a value indicating whether default processing should occur when the event is raised.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function get_cancel();
function set_cancel(value);

Field Value

true to cancel the event, otherwise, false.

See Also