Event BeforeMethodInvoke
- Namespace
- LMKit.FunctionCalling
- Assembly
- LM-Kit.NET.dll
Occurs before the invocation of an identified method, allowing subscribers to cancel the invocation.
public event EventHandler<BeforeMethodInvokeEventArgs> BeforeMethodInvoke
Returns
- EventHandler<BeforeMethodInvokeEventArgs>
- Occurs before the invocation of an identified method, allowing subscribers to cancel the invocation.