This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
EventDescriptor Properties
The properties of the EventDescriptor class are listed below. For a complete list of EventDescriptor class members, see the EventDescriptor Members topic.
Public:
Attributes (inherited from MemberDescriptor) |
Gets the collection of attributes for this member. |
Category (inherited from MemberDescriptor) |
Gets the name of the category that the member belongs to, as specified in the CategoryAttribute. |
ComponentType |
When overridden in a derived class, gets the type of the component this event is bound to. |
Description (inherited from MemberDescriptor) |
Gets the description of the member as specified in the DescriptionAttribute. |
EventType |
When overridden in a derived class, gets the type of delegate for the event. |
IsBrowsable (inherited from MemberDescriptor) |
Gets a value indicating whether the member is browsable as specified in the BrowsableAttribute. |
IsMulticast |
When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate. |
Name (inherited from MemberDescriptor) |
Gets the name of the member. |
Protected:
AttributeArray (inherited from MemberDescriptor) |
Gets or sets an array of attributes. |
NameHashCode (inherited from MemberDescriptor) |
Gets the hash code for the name of the member as specified in GetHashCode. |
See Also
EventDescriptor Class | System.ComponentModel Namespace