Class SignSignatureDialogShowingEventArgs
Provides data for the event that is raised when a sign signature dialog is about to be shown.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PdfViewer.dll
Syntax
public class SignSignatureDialogShowingEventArgs : CancelEventArgs
Constructors
SignSignatureDialogShowingEventArgs()
Initializes a new instance of the SignSignatureDialogShowingEventArgs class.
Declaration
public SignSignatureDialogShowingEventArgs()
SignSignatureDialogShowingEventArgs(SignSignatureDialogBase)
Initializes a new instance of the SignSignatureDialogShowingEventArgs class with the specified sign signature dialog.
Declaration
public SignSignatureDialogShowingEventArgs(SignSignatureDialogBase dialog)
Parameters
|
SignSignatureDialogBase
dialog
The sign signature dialog that is about to be shown. |
Properties
Dialog
Gets or sets the sign signature dialog that is about to be shown.
Declaration
public SignSignatureDialogBase Dialog { get; set; }
Property Value
|
SignSignatureDialogBase
|