C# Класс ComponentFactory.Krypton.Workspace.ActivePageChangedEventArgs

Data associated with a change in the active page.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActivePageChangedEventArgs ( KryptonPage oldPage, KryptonPage newPage ) : System

Initialize a new instance of the ActivePageChangedEventArgs class.

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

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

Initialize a new instance of the ActivePageChangedEventArgs class.
public ActivePageChangedEventArgs ( KryptonPage oldPage, KryptonPage newPage ) : System
oldPage ComponentFactory.Krypton.Navigator.KryptonPage Previous active page value.
newPage ComponentFactory.Krypton.Navigator.KryptonPage New active page value.
Результат System