سؤال

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