Method InvokeCallback
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
InvokeCallback(object?, MaaCallbackEventArgs)
Raises the Callback event.
protected void InvokeCallback(object? sender, MaaCallbackEventArgs e)Parameters
senderobject?-
The source of the event.
eMaaCallbackEventArgs-
An object that contains the event data.