Specifies the attributes of an event.
Syntax
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum EventAttributes
Remarks
Members
Member Name | Description |
---|
None |
Specifies that the event has no attributes.
|
ReservedMask |
Specifies a reserved flag for common language runtime use only.
|
RTSpecialName |
Specifies that the common language runtime should check name encoding.
|
SpecialName |
Specifies that the event is special in a way described by the name.
|
Requirements
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0