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