A descriptor for element events.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class EventDescriptor : Descriptor
<SerializableAttribute> _ Public Class EventDescriptor _ Inherits Descriptor
[SerializableAttribute] public ref class EventDescriptor : public Descriptor
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EventDescriptor(String, String, Type) |
Creates a new element event descriptor.
| |
| Description |
The description of instance the descriptor refers to.
(Inherited from Descriptor.) | |
| DisplayName |
The name of instance the descriptor refers to, with arbitrary casing.
(Inherited from Descriptor.) | |
| Equals(Object) | (Inherited from Object.) | |
| EventArgsType |
The type of the event args. MUST inherit from EventArgs.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The name of instance the descriptor refers to. This is enforced to be lower-case.
(Inherited from Descriptor.) | |
| ToString()()() |
Creates a string representation.
(Inherited from Descriptor.) |
| Object | ||
| Descriptor | ||
| EventDescriptor | ||
