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

Details for a close button action event.
Наследование: KryptonPageCancelEventArgs
Показать файл Открыть проект Примеры использования класса

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

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

Initialize a new instance of the ShowContextMenuArgs class.

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

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

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