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