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

Details for an event that provides pages associated with a page dragging event.
상속: System.EventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

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