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
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.
Namespace: System.ComponentModel
Assembly: System.dll
EventDescriptor Members | System.ComponentModel Namespace | MemberDescriptor | MemberAttribute