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

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

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

Метод Описание
ContextActionEventArgs ( KryptonPage page, int index, ContextButtonAction action, KryptonContextMenu contextMenu ) : System

Initialize a new instance of the ContextActionEventArgs class.

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

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

Initialize a new instance of the ContextActionEventArgs class.
public ContextActionEventArgs ( KryptonPage page, int index, ContextButtonAction action, KryptonContextMenu contextMenu ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
action ContextButtonAction Close action to take.
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Prepopulated context menu ready for display.
Результат System