mscorlib(4.0.0.0) API with additions
EventWaitHandleRights.cs
2 {
4  [Flags]
6  {
8  Modify = 0x2,
10  Delete = 0x10000,
12  ReadPermissions = 0x20000,
14  ChangePermissions = 0x40000,
16  TakeOwnership = 0x80000,
18  Synchronize = 0x100000,
20  FullControl = 0x1F0003
21  }
22 }
The right to set or reset the signaled state of a named event.
The DEL (DELETE) key.
EventWaitHandleRights
Specifies the access control rights that can be applied to named system event objects.