C# 클래스 ComponentFactory.Krypton.Navigator.PageDragCancelEventArgs

Details for an cancellable event that provides pages associated with a page dragging event.
상속: CancelEventArgs
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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