Skip to main content
All docs
V26.1
  • EncryptedFilePasswordRequestedEventArgs(String) Constructor

    Initializes a new instance of the EncryptedFilePasswordRequestedEventArgs class with the specified settings.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public EncryptedFilePasswordRequestedEventArgs(
        string documentName
    )

    Parameters

    Name Type Description
    documentName String

    The encrypted document’s name.

    Remarks

    Instances of the EncryptedFilePasswordRequestedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also