Event DetourApplied
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
An event which is invoked whenever a detour is applied to this function.
public event Action<DetourInfo>? DetourApplied
Returns
- Action<DetourInfo>
- An event which is invoked whenever a detour is applied to this function.