Class IgxSpreadsheetActiveWorksheetChangedEventArgs

Event arguments for the activeWorksheetChanged event.

Hierarchy

Hierarchy

  • IgxSpreadsheetActiveWorksheetChangedEventArgs

Constructors

Accessors

Constructors

Accessors

  • get newValue(): Worksheet
  • Returns the new value of the activeWorksheet

    Returns Worksheet

  • get oldValue(): Worksheet
  • Returns the previous value of the activeWorksheet

    Returns Worksheet