C# 클래스 ComponentFactory.Krypton.Docking.StorePageEventArgs

Event arguments for events that need to provide a store page reference.
상속: System.EventArgs
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
StorePageEventArgs ( KryptonStorePage storePage ) : System

Initialize a new instance of the StorePageEventArgs class.

메소드 상세

StorePageEventArgs() 공개 메소드

Initialize a new instance of the StorePageEventArgs class.
public StorePageEventArgs ( KryptonStorePage storePage ) : System
storePage KryptonStorePage Reference to store page that is associated with the event.
리턴 System