New to Telerik UI for WPFStart a free 30-day trial

Track changes in workbook

Updated on Sep 24, 2025
Product VersionProductAuthor
2020.2.617RadSpreadsheetTanya Dimitrova

Environment

Product Version2020.2.617
ProductRadSpreadsheet for WPF

Description

You need to track whether the content of a Workbook has been modified.

Solution

Use the WorkbookContentChanged event.

C#

    bool hasBeenWorkbookModified = false;
    workbook.WorkbookContentChanged += (sender, args) => { hasBeenWorkbookModified = true; }
                                        
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support