ICancellableEventArgs.

Cancel() Method

Summary

Cancels the action related to this event.

Syntax

void Cancel()

Remarks

Cancels the action related to this event. Although the related action will be cancelled all the registered listeners will still receive the event.

Return Value

Type Description
void