문제

When I got to WizardStep, I like to populate some info depending on what was selected in the previous WizardStep. Is there is onload of a wizardstep where I can populate info into it based on certain conditions.

도움이 되었습니까?

해결책

Use the ActiveStepChanged event:

void OnActiveStepChanged(object sender, EventArgs e)
{
    // ...
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top