Class MaaCallbackEventArgs<T>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
A class providing data for the MaaFramework.Binding.Abstractions.IMaaCommon.Callback event.
public class MaaCallbackEventArgs<T> : MaaCallbackEventArgsType Parameters
T-
The handle type.
Inheritance
Inherited Members
Constructors
- MaaCallbackEventArgs(T, string, string, MaaHandleType)
-
A class providing data for the MaaFramework.Binding.Abstractions.IMaaCommon.Callback event.
Properties
- Handle
-
The MaaEventCallback sender handle.