C# Класс ComponentFactory.Krypton.Docking.PagesEventArgs

Event arguments for events that need to provide a colletion of pages.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PagesEventArgs ( KryptonPageCollection pages ) : System

Initialize a new instance of the PagesEventArgs class.

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

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

Initialize a new instance of the PagesEventArgs class.
public PagesEventArgs ( KryptonPageCollection pages ) : System
pages KryptonPageCollection Collection of pages.
Результат System