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

Details providing a KryptonContextMenu instance.
Наследование: KryptonPageEventArgs
Показать файл Открыть проект

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

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

Initialize a new instance of the KryptonContextMenuEventArgs class.

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

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

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