Click or drag to resize

WizDataExchangeType Enumeration

Identifies the type of data transfer for which a WizardDataExchange event is being fired.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum WizDataExchangeType
Members
  Member nameValueDescription
AfterMapperToUserDataNext1 Data has just been transferred from the posted-back IMapper into the wizard's UserData in the process of moving from one page to the next.
NextPageToUserData1Deprecated, please use AfterMapperToUserDataNext instead.
AfterMapperToUserDataFinal2 Data has just been transferred from the posted-back IMapper into the wizard's UserData in the process of finalizing the wizard and preparing for the final save.
FinalPageToUserData2Deprecated, please use AfterMapperToUserDataFinal instead.
BeforeMapperToUserDataNext3 Data has is about to be transferred from the posted-back IMapper into the wizard's UserData in the process of moving from one page to the next.
BeforeMapperToUserDataFinal4 Data has is about to be transferred from the posted-back IMapper into the wizard's UserData in the process of finalizing the wizard and preparing for the final save.
See Also