C# Class ComponentFactory.Krypton.Navigator.PageDragCancelEventArgs

Details for an cancellable event that provides pages associated with a page dragging event.
Inheritance: CancelEventArgs
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

PageDragCancelEventArgs() public méthode

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.
Résultat System

PageDragCancelEventArgs() public méthode

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.
Résultat System