Inheritance: System.Windows.Forms.UserControl
 public PopupWindowEventArgs(PopupWindow window)
 {
     this.window = window;
 }
		public PopupWindowEventArgs(PopupWindow window)
		{
			this.window = window;
		}