Interface IContentDialog
Interface definition of the SAF ContentDialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IContentDialog
Methods
View SourceShow(ContentDialogArgs)
Shows a message content that visualizes the information of the contentDialogArgs.
Declaration
void Show(ContentDialogArgs args)
Parameters
Type | Name | Description |
---|---|---|
ContentDialogArgs | args | Definition of the information shown in the content dialog. |