Show / Hide Table of Contents

Interface IWizardNavigation

Defines functionality to send a WizardNavigationState to the Wizard.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IWizardNavigation
Remarks

See Wizard for remarks and code examples.

Events

View Source

NavigationStateChanged

Must be invoked by the implementation to tell the Wizard the next operation.

Declaration
event WizardNavigationStateChangedEventHandler NavigationStateChanged
Event Type
Type Description
WizardNavigationStateChangedEventHandler

Extension Methods

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