public enum EventAttributes
Object
ValueType
Enum
EventAttributes
mscorlib
Reflection
Specifies the attributes of an event.
This enumeration is used by the System.Reflection.EventInfo.Attributes property.
System.Reflection Namespace
EventAttributes Fields
EventAttributes.None Field
EventAttributes.SpecialName Field
EventAttributes.value__ Field
None = 0;
Specifies that the event has no attributes.
System.Reflection.EventAttributes Enum, System.Reflection Namespace
SpecialName = 512;
Specifies that the event is treated in a special way by some tools.[Note: There are currently no event names that are required to be marked as special names. This functionality is provided for extensions, future standardization, and to increase consistency between the declaration of fields and methods.
For more information on special names, see Partition I of the CLI Specification.
For more information on
SpecialName
, see Partition II of the CLI Specification.]
System.Reflection.EventAttributes Enum, System.Reflection Namespace
value__;
System.Reflection.EventAttributes Enum, System.Reflection Namespace