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

Type declaration

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

      • Optionalarg1: *

        First argument that is passed from caller.

      • Optionalarg2: *

        Second argument that is passed from caller.

      • Optionalarg3: *

        Third argument that is passed from caller.

      • Optionalarg4: *

        Fourth argument that is passed from caller.

      • Optionalarg5: *

        Fifth argument that is passed from caller.

      • Optionalarg6: *

        Sixth argument that is passed from caller.

      • Optionalarg7: *

        Seventh argument that is passed from caller.

      • Optionalarg8: *

        Eighth argument that is passed from caller.

      Returns any