单项选择题
A.在TestKingInformationForm窗体中的Closing事件中包含this.Activate。
B.在TestKingInformationForm窗体中的Closed事件中包含this.Activate。
C.在TestKingInformationForm窗体中的Leave事件中包含this.Activate。
D.更改TestKingInformationForm中Closing事件的System.ComponentModel.CancelEventArgs参数的属性。
E.更改TestKingInformationForm中Closed事件的System.EventArgs参数的属性。
F.更改TestKingInformationForm中Leave事件的System.EventArgs参数的属性。