ignore Cancelled
Specifies whether the event handler should ignore events that have been cancelled. If set to true, the event handler will not be called for cancelled events. If set to false, the event handler will be called regardless of the cancellation status of the event.
Return
true if the event handler should ignore cancelled events, false otherwise.