Skip to main content

SpreadsheetNameBoxControl.ReadOnlyChanged Event

Occurs when the value of the SpreadsheetNameBoxControl.ReadOnly property has changed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public event EventHandler ReadOnlyChanged

Event Data

The ReadOnlyChanged event's data class is EventArgs.

See Also