C# Класс ComponentFactory.Krypton.Navigator.KryptonPageCancelEventArgs

Details for page related events that can be cancelled.
Наследование: KryptonPageEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System

Initialize a new instance of the KryptonCancelPageEventArgs class.

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

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

Initialize a new instance of the KryptonCancelPageEventArgs class.
public KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
Результат System