Show / Hide Table of Contents

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 Source

ShowHelpCommand

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 Source

CloseDialog

Must be invoked by the implementation to force a close of the IWizardDialog.

Declaration
event EventHandler CloseDialog
Event Type
Type Description
System.EventHandler

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX