Defines a common interface for a UserControl used in a
WizardHeader slot.
Components in that slot may optionally implement this interface. If so implemented, the wizard will make appropriate
calls to the interface. The renderer used in the wizard's
Header slot
must be derived from
Sytsem.Web.UI.UserControl and generally should implement
IWizHeader in order to obtain the header's
wizard context. Note that at this time the wizard supports hosting only a single
Header slot on a page (if
multiple are specified one will be chosen arbitrarily).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public interface IWizHeader
Public Interface IWizHeader
The IWizHeader type exposes the following members.
Properties
| Name | Description |
---|
| Template |
The wizard template hosting this header. This is set by the wizard early in the page life-cycle.
|
TopMethods
| Name | Description |
---|
| OnEvent |
Handler for events fired to the header. At this time no events are defined and this method
is provided for future use.
|
TopSee Also