Delegate EventCancelledDelegate
Delegate to call when an event is cancelled.
Namespace: Fibula.Scheduling.Contracts.Delegates
Assembly: Fibula.Scheduling.Contracts.dll
Syntax
public delegate bool EventCancelledDelegate(IEvent evt);
Parameters
Type | Name | Description |
---|---|---|
IEvent | evt | The event that was cancelled. |
Returns
Type | Description |
---|---|
System.Boolean | True if the event is successfully cancelled, false otherwise. |