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

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

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

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

Initialize a new instance of the PageDragCancelEventArgs class.

PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPageCollection pages ) : System

Initialize a new instance of the PageDragCancelEventArgs class.

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

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

Initialize a new instance of the PageDragCancelEventArgs class.
public PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPage pages ) : System
screenPoint Point Screen point of the mouse.
elementOffset Point Offset from the top left of the element.
c System.Windows.Forms.Control Control that started the drag operation.
pages KryptonPage Array of event associated pages.
Результат System

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

Initialize a new instance of the PageDragCancelEventArgs class.
public PageDragCancelEventArgs ( Point screenPoint, Point elementOffset, Control c, KryptonPageCollection pages ) : System
screenPoint Point Screen point of the mouse.
elementOffset Point Offset from the top left of the element.
c System.Windows.Forms.Control Control that started the drag operation.
pages KryptonPageCollection Collection of event associated pages.
Результат System