Skip to Content
InterfacesISheetDataValidationChangedEvent

Interface: ISheetDataValidationChangedEvent

Event interface triggered when a data validation rule is changed ISheetDataValidationChangedEvent

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

changeType

DataValidationChangeType

Type of change made to the validation rule

oldRule?

IDataValidationRule

The previous validation rule, if it exists

origin

IRuleChange$1

The source of the rule change

rule

FDataValidation

The new or modified validation rule

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet containing the validation rule