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

Event arguments for the PageCloseRequest event.
Наследование: UniqueNameEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System

Initialize a new instance of the CloseRequestEventArgs class.

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

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

Initialize a new instance of the CloseRequestEventArgs class.
public CloseRequestEventArgs ( string uniqueName, DockingCloseRequest closeRequest ) : System
uniqueName string Unique name of the page associated with the event.
closeRequest DockingCloseRequest Initial close action to use.
Результат System