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 System.Windows.Input.ICommand.
Declaration
ICommand ShowHelpCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.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 |
---|---|
System.EventHandler |