Interface IDialogContext
Defines the context of a dialog window.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IDialogContext
Properties
View SourceShowHelpCommand
Gets the show help ICommand.
Declaration
ICommand ShowHelpCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand |
Remarks
Null indicates that no help is available.
Events
View SourceCloseDialog
Must be invoked by the implementation to force a close of the IWizardDialog.
Declaration
event EventHandler CloseDialog
Event Type
| Type | Description |
|---|---|
| EventHandler |