Back to Devexpress

DocumentProtectionQueryPasswordFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-8e63e0bb.md

latest3.1 KB
Original Source

DocumentProtectionQueryPasswordFormShowingEventArgs Class

Provides data for the RichEditControl.DocumentProtectionQueryPasswordFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class DocumentProtectionQueryPasswordFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class DocumentProtectionQueryPasswordFormShowingEventArgs
    Inherits FormShowingEventArgs

DocumentProtectionQueryPasswordFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace