Skip to main content

SpreadsheetControl.ModifiedChanged Event

Occurs when the value of the SpreadsheetControl.Modified property is changed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public event EventHandler ModifiedChanged

Event Data

The ModifiedChanged event's data class is EventArgs.

See Also