Interface IWizardDialogContext<T>
Defines a generic data context of the Wizard.
      System.ComponentModel.IDataErrorInfo.Error
    
    
      System.ComponentModel.IDataErrorInfo.Item[System.String]
    
    Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IWizardDialogContext<T> : IDialogContext<T>, IWizardDialogContext, IDialogContext, IDataErrorInfo
  Type Parameters
| Name | Description | 
|---|---|
| T | The type of the dialog result.  | 
      
Remarks
See WizardDialog for remarks and code examples.