可学答题网 > 问答 > MCPD(70-562)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You create a custom&en


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?()

  • A
  • B
  • C
  • D
参考答案
参考解析:
分类:MCPD(70-562)题库
相关推荐

1、You are creating a&ens

You are creating a Windows Forms application for inventory management by using the .NET Framewo...

2、You are creating a&ens

You are creating a locally managed tablespace to meet the following requirements: All the exte...

3、You create a class&ens

You create a class library that contains the class hierarchy defined in the following code&ensp...

4、You create a custom&en

You create a custom server control named Task that contains the following code segment.You need...

5、You are creating a&ens

You are creating a Windows Forms application by using the .NET Framework 3.5. You have imp...

6、You have created a&ens

You have created a resource plan, DAY. You execute the following code:      &e...