SignSignatureDialog
Class
Represents the sign signature dialog.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
C#
public class SignSignatureDialog : RadWindow, INotifyLayoutChange, IDragAware, ISignSignatureDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowSignSignatureDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the SignSignatureDialog class.
C#
public SignSignatureDialog()
Properties
Gets or sets the view model creator responsible for creating the view model used for this dialog.
C#
public Func<SignSignatureDialogContext, SignSignatureDialogViewModel> ViewModelCreator { get; set; }
The view model creator.
Methods
InitializeComponent
C#
public void InitializeComponent()
Called when the dialog is closed.
C#
protected override void OnClosed()
Overrides:
Shows the dialog.
C#
public void ShowDialog(SignSignatureDialogContext context)
The context.
Implements: