windowsforms-devexpress-dot-xtrarichedit-8e63e0bb.md
Provides data for the RichEditControl.DocumentProtectionQueryPasswordFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class DocumentProtectionQueryPasswordFormShowingEventArgs :
FormShowingEventArgs
Public Class DocumentProtectionQueryPasswordFormShowingEventArgs
Inherits FormShowingEventArgs
DocumentProtectionQueryPasswordFormShowingEventArgs is the data class for the following events:
The RichEditControl.DocumentProtectionQueryPasswordFormShowing event occurs before the Unprotect Document dialog is invoked. The DocumentProtectionQueryPasswordFormShowingEventArgs class introduces the DocumentProtectionQueryPasswordFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that DocumentProtectionQueryPasswordFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.DocumentProtectionQueryPasswordFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs DocumentProtectionQueryPasswordFormShowingEventArgs
See Also
DocumentProtectionQueryPasswordFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms