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

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

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

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

Initialize a new instance of the CancelDropDownEventArgs class.

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

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

Initialize a new instance of the CancelDropDownEventArgs class.
public CancelDropDownEventArgs ( KryptonContextMenu contextMenu, KryptonPage page ) : System
contextMenu ComponentFactory.Krypton.Toolkit.KryptonContextMenu Reference to associated context menu.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to the associated page.
Результат System