Event arguments for the actionExecuting event.

Hierarchy

Hierarchy

  • IgcCancelEventArgs
    • IgcSpreadsheetActionExecutingEventArgs

Constructors

Accessors

  • get cancel(): boolean
  • Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get command(): SpreadsheetAction
  • Returns the command which will be executed on the Spreadsheet.

    Returns SpreadsheetAction

  • get commandParameter(): any
  • Returns the parameter which will be used when executing the command.

    Returns any