NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventBuilder Class

This class is used to define events for a class. An EventBuilder is always associated with a TypeBuilder. The TypeBuilder.DefineEvent method will return a new EventBuilder to a client.

Object
   EventBuilder

[Visual Basic]
NotInheritable Public Class EventBuilder
[C#]
public sealed class EventBuilder
[C++]
public __gc __sealed class EventBuilder
[JScript]
public class EventBuilder

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

EventBuilder Members | System.Reflection.Emit Namespace