Represents an event that can be canceled.
Event | +--CancelEvent
package com.ms.wfc.core
public class CancelEvent
extends Event
To cancel the event, set the cancel field to true. For information about the WFC event model, see Handling Events in WFC.