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

Details for an event that indicates a page is being dropped.
상속: CancelEventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
PageDropEventArgs ( KryptonPage page ) : System

Initialize a new instance of the PageDropEventArgs class.

메소드 상세

PageDropEventArgs() 공개 메소드

Initialize a new instance of the PageDropEventArgs class.
public PageDropEventArgs ( KryptonPage page ) : System
page KryptonPage Page that is being dropped.
리턴 System