Delegate CancelableAsyncEventDispatching<TEvent>
- Namespace
- MonkeyLoader.Events
- Assembly
- MonkeyLoader.dll
Delegate for the Dispatching event.
public delegate Task CancelableAsyncEventDispatching<in TEvent>(TEvent eventData) where TEvent : CancelableAsyncEvent
Parameters
eventData
TEventAn object containing all the relevant information for the async event, including canceling the action.
Returns
- Task
- Delegate for the event.
Type Parameters
TEvent
The type representing the cancelable async event arguments.