Interface IContentDialogContext<T>
Interface for ContentDialog data context with result
System.ComponentModel.IDataErrorInfo.Error
System.ComponentModel.IDataErrorInfo.Item[System.String]
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IContentDialogContext<T> : IDialogContext<T>, IContentDialogContext, IDialogContext, IDataErrorInfo
Type Parameters
Name | Description |
---|---|
T | Type parameter for result type |