SpreadsheetControl.ReadOnlyChanged Event
In This Article
Occurs when the SpreadsheetControl‘s read-only state is changed.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public event EventHandler ReadOnlyChanged
#Event Data
The ReadOnlyChanged event's data class is EventArgs.
#Remarks
Use the ReadOnlyChanged event to adjust the behavior of external components and commands when the SpreadsheetControl changes its state.
See Also