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

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

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

Метод Описание
PageDragEventArgs ( Point screenPoint, KryptonPage pages ) : System

Initialize a new instance of the KryptonPageDragEventArgs class.

PageDragEventArgs ( Point screenPoint, KryptonPageCollection pages ) : System

Initialize a new instance of the KryptonPageDragEventArgs class.

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

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

Initialize a new instance of the KryptonPageDragEventArgs class.
public PageDragEventArgs ( Point screenPoint, KryptonPage pages ) : System
screenPoint Point Screen point of the mouse.
pages KryptonPage Array of event associated pages.
Результат System

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

Initialize a new instance of the KryptonPageDragEventArgs class.
public PageDragEventArgs ( Point screenPoint, KryptonPageCollection pages ) : System
screenPoint Point Screen point of the mouse.
pages KryptonPageCollection Collection of event associated pages.
Результат System