JsCancelEventArgs: { cancel?: boolean; jsCode: string }

Cancelable JS event arguments.

Type declaration

  • Optional cancel?: boolean

    Indicates whether the event should be canceled.

  • jsCode: string

    JS code which is executed.