Table of Contents

Method InvokeCallback

Namespace
MaaFramework.Binding.Abstractions
Assembly
MaaFramework.Binding.Native.dll

InvokeCallback(object?, MaaCallbackEventArgs)

Raises the Callback event.

protected void InvokeCallback(object? sender, MaaCallbackEventArgs e)

Parameters

sender object?

The source of the event.

e MaaCallbackEventArgs

An object that contains the event data.