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

SpreadsheetNameBoxControl.ReadOnlyChanged Event

Occurs when the value of the SpreadsheetNameBoxControl.ReadOnly property has 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.

See Also