System.ComponentModel.EventDescriptor Class

Provides information about an event.

See Also: EventDescriptor Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public abstract class EventDescriptor : MemberDescriptor

Remarks

An System.ComponentModel.EventDescriptor consists of a name, its attributes, the component that the event is bound to, the event delegate, the type of delegate, and whether the delegate is multicast.

System.ComponentModel.EventDescriptor provides the following abstract properties and methods:

For more information about events, see Raising an Event. For more information about reflection, see the topics in Reflection.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0