WizDataExchangeType Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AfterMapperToUserDataNext | 1 | 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. | |
NextPageToUserData | 1 | Deprecated, please use AfterMapperToUserDataNext instead. | |
AfterMapperToUserDataFinal | 2 | 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. | |
FinalPageToUserData | 2 | Deprecated, please use AfterMapperToUserDataFinal instead. | |
BeforeMapperToUserDataNext | 3 | 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. | |
BeforeMapperToUserDataFinal | 4 | 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. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.