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