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

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 CancelEventArgs.CancelEventArgs.Empty

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)
Parameters:dialogSignSignatureDialogBase

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; }