WizardPage::GettingNextPage Event

 

Occurs when the user requests the next page of the wizard.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

public:
event EventHandler<GettingTargetPageEventArgs^>^ GettingNextPage {
	void add(EventHandler<GettingTargetPageEventArgs^>^ value);
	void remove(EventHandler<GettingTargetPageEventArgs^>^ value);
}
Return to top

Community Additions

ADD
Show: