HandleEventCallback: ((arg1?, arg2?, arg3?, arg4?, arg5?, arg6?, arg7?, arg8?) => any)

Type declaration

    • (arg1?, arg2?, arg3?, arg4?, arg5?, arg6?, arg7?, arg8?): any
    • Parameters

      • Optional arg1: *

        First argument that is passed from caller.

      • Optional arg2: *

        Second argument that is passed from caller.

      • Optional arg3: *

        Third argument that is passed from caller.

      • Optional arg4: *

        Fourth argument that is passed from caller.

      • Optional arg5: *

        Fifth argument that is passed from caller.

      • Optional arg6: *

        Sixth argument that is passed from caller.

      • Optional arg7: *

        Seventh argument that is passed from caller.

      • Optional arg8: *

        Eighth argument that is passed from caller.

      Returns any