System.Reflection.EventAttributes Enum

public enum EventAttributes

Base Types

Object
  ValueType
    Enum
      EventAttributes

Assembly

mscorlib

Library

Reflection

Summary

Specifies the attributes of an event.

Description

This enumeration is used by the System.Reflection.EventInfo.Attributes property.

See Also

System.Reflection Namespace

Members

EventAttributes Fields

EventAttributes.None Field
EventAttributes.SpecialName Field
EventAttributes.value__ Field


EventAttributes.None Field

None = 0;

Summary

Specifies that the event has no attributes.

See Also

System.Reflection.EventAttributes Enum, System.Reflection Namespace

EventAttributes.SpecialName Field

SpecialName = 512;

Summary

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.

]

See Also

System.Reflection.EventAttributes Enum, System.Reflection Namespace

EventAttributes.value__ Field

value__;

See Also

System.Reflection.EventAttributes Enum, System.Reflection Namespace