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

Callback used by Events and EventHandle functions. Note the callback is limited to 8 arguments.

Type declaration

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

      • Optionalarg1: any

        First argument that is passed from caller.

      • Optionalarg2: any

        Second argument that is passed from caller.

      • Optionalarg3: any

        Third argument that is passed from caller.

      • Optionalarg4: any

        Fourth argument that is passed from caller.

      • Optionalarg5: any

        Fifth argument that is passed from caller.

      • Optionalarg6: any

        Sixth argument that is passed from caller.

      • Optionalarg7: any

        Seventh argument that is passed from caller.

      • Optionalarg8: any

        Eighth argument that is passed from caller.

      Returns any