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