New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PdfViewer.dll

Syntax:

C#
public class PasswordRequireDialogShowingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPasswordRequireDialogShowingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public PasswordRequireDialogShowingEventArgs()
C#
public PasswordRequireDialogShowingEventArgs(PdfPasswordRequiredDialog dialog)
Parameters:dialogPdfPasswordRequiredDialog

Properties

C#
public IPasswordRequiredDialog Dialog { get; set; }