Back to Devexpress

DocumentProtectionQueryNewPasswordFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-52401037.md

latest3.2 KB
Original Source

DocumentProtectionQueryNewPasswordFormShowingEventArgs Class

Provides data for the RichEditControl.DocumentProtectionQueryNewPasswordFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

DocumentProtectionQueryNewPasswordFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace