You create a custom control named OrderForm.  You ...
单选题

You create a custom control named OrderForm.  You write the following code segment.  public delegate void  CheckOrderFormEventHandler(EventArgs e);  private static readonly object CheckOrderFormKey  = new object( );  public event CheckOrderFormEventHandler  CheckOrderForm {  add {  Events.AddHandler(CheckOrderFormKey, value);  }  remove {  Events.RemoveHandler(CheckOrderFormKey,  value);  }  }  You need to provide a method that enables the OrderForm control to raise the CheckOrderForm event.  Which code segment should you use?()

发布日期:2020-04-10

A.

B.

C.

D.

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定