RichEditControl.DocumentProtectionChanged Event
Fires when the document protection is enforced or dropped.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Event Data
The DocumentProtectionChanged event's data class is EventArgs.
Remarks
Use the ProtectDocumentCommand command to enforce protection and the UnprotectDocumentCommand, to disable the protection. You can also check the Document.IsDocumentProtected property value, to determine whether protection is on.
See Also