RichEditDocumentServer.SecurityLoadingOptionsViolation Event
Occurs when the security loading options are violated while loading a document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
public event EventHandler<SecurityLoadingOptionsViolationEventArgs> SecurityLoadingOptionsViolation
Event Data
The SecurityLoadingOptionsViolation event's data class is SecurityLoadingOptionsViolationEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Handled | Gets or sets whether the event is handled. |
| PropertyName | Gets the name of the property that was violated. |
See Also