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

Details for an event that provides pages associated with a page dragging event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PageDragEndEventArgs ( bool dropped, KryptonPage pages ) : System

Initialize a new instance of the PageDragEndEventArgs class.

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

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

Initialize a new instance of the PageDragEndEventArgs class.
public PageDragEndEventArgs ( bool dropped, KryptonPage pages ) : System
dropped bool True if a drop was performed; otherwise false.
pages KryptonPage Array of event associated pages.
Результат System