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

Event arguments for events that need a page and context menu.
Наследование: CancelEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel ) : System

Initialize a new instance of the ContextPageEventArgs class.

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

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

Initialize a new instance of the ContextPageEventArgs class.
public ContextPageEventArgs ( KryptonPage page, KryptonContextMenu contextMenu, bool cancel ) : System
page ComponentFactory.Krypton.Navigator.KryptonPage Page associated with the context menu.
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu that can be customized.
cancel bool Initial value for the cancel property.
Результат System