/// <summary> /// 彈出視窗 Complete /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void ucModalPopup1_onComplete(object sender, Util_ucModalPopup.btnCompleteEventArgs e) { if (onComplete != null) { onComplete(this, e); } this.Refresh(true); }
protected void ucModalPopup1_onComplete(object sender, Util_ucModalPopup.btnCompleteEventArgs e) { Util.MsgBox(string.Format("按下[{0}]", e.Header)); }