Interface IDialogContext<T>
Defines a generic context of a dialog window.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IDialogContext<T> : IDialogContext
Type Parameters
Name | Description |
---|---|
T | The type of the dialog result. |
Properties
View SourceResult
The result of the Show<TResult>(WizardDialogArgs) method.
Declaration
T Result { get; set; }
Property Value
Type | Description |
---|---|
T |