Skip to main content
A newer version of this page is available. .

SpreadsheetControl.ReadOnlyChanged Event

Occurs when the SpreadsheetControl‘s read-only state is changed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

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