Skip to main content

RichEditControl.DocumentProtectionChanged Event

Fires when the document protection is enforced or dropped.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public event EventHandler DocumentProtectionChanged

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