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

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

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

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

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 )
page KryptonPage Page associated with the context menu.
contextMenu KryptonContextMenu Context menu that can be customized.
cancel bool Initial value for the cancel property.