WizardPage.GettingNextPage Event
Occurs when the user requests the next page of the wizard.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler<GettingTargetPageEventArgs> GettingNextPage
public:
event EventHandler<GettingTargetPageEventArgs^>^ GettingNextPage {
void add(EventHandler<GettingTargetPageEventArgs^>^ value);
void remove(EventHandler<GettingTargetPageEventArgs^>^ value);
}
Public Event GettingNextPage As EventHandler(Of GettingTargetPageEventArgs)
See Also
Microsoft.WindowsServerSolutions.Wizards.GettingTargetPageEventArgs
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top