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!

EventDescriptor Class

Provides a description of an event.

Object
   MemberDescriptor
      EventDescriptor

[Visual Basic]
MustInherit Public Class EventDescriptor
   Inherits MemberDescriptor
[C#]
public abstract class EventDescriptor : MemberDescriptor
[C++]
public __gc __abstract class EventDescriptor : public
   MemberDescriptor
[JScript]
public abstract class EventDescriptor extends MemberDescriptor

Remarks

A description of an event consists of a name, its attributes, the component that the event is bound to, the event delegate, the type of the delegate, and whether the delegate is multicast.

Typically, the abstract (in Visual Basic MustOverride) members of this class are implemented through reflection. EventDescriptor provides the following abstract (MustOverride) properties and methods:

For more information on events see TBD. For more information about reflection, see TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

EventDescriptor Members | System.ComponentModel Namespace | MemberDescriptor | MemberAttribute