C# Класс ZForge.Controls.Wizard.PageEventArgs

Arguments passed to an application when Page is closed in a wizard. The Next page to be displayed can be changed, by the application, by setting the NextPage to a wizardPage which is part of the wizard that generated this event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PageEventArgs ( int index, PageCollection pages ) : System

Constructs a new event

Описание методов

PageEventArgs() публичный Метод

Constructs a new event
public PageEventArgs ( int index, PageCollection pages ) : System
index int The index of the next page in the collection
pages PageCollection Pages in the wizard that are acceptable to be
Результат System