Class
SignSignatureDialogShowingEventArgs

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:

cs-api-definition
public class SignSignatureDialogShowingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSignSignatureDialogShowingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SignSignatureDialogShowingEventArgs()

Initializes a new instance of the SignSignatureDialogShowingEventArgs class.

Declaration

cs-api-definition
public SignSignatureDialogShowingEventArgs()

SignSignatureDialogShowingEventArgs(SignSignatureDialogBase)

Initializes a new instance of the SignSignatureDialogShowingEventArgs class with the specified sign signature dialog.

Declaration

cs-api-definition
public SignSignatureDialogShowingEventArgs(SignSignatureDialogBase dialog)

Parameters

dialog

SignSignatureDialogBase

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

cs-api-definition
public SignSignatureDialogBase Dialog { get; set; }

Property Value

SignSignatureDialogBase