Click or drag to resize

IWizContainer Interface

This interface is implemented by IWizPage pages that contain other wizard subpages.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IWizContainer

The IWizContainer type exposes the following members.

Properties
  NameDescription
Public propertyPanes
The collection of IWizContainerPane objects.
Public propertyValidationScriptID
A unique ID used for coordinating client-side validation script among the IWizardTemplate, renderers, and mappers. This is intended for internal use.
Top
Methods
  NameDescription
Public methodFireEvent
Fire the specified event to the page itself and all sub-pages.
Top
See Also