Edit

Share via


EventFlags Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum EventFlags
type EventFlags = 
Inheritance
EventFlags
Attributes

Fields

Name Value Description
Add 1
Delete 2
Enable 4
Disable 8
OneShot 16
Clear 32
Receipt 64
Dispatch 128
Flag0 4096
Flag1 8192
Error 16384
EOF 32768
SystemFlags 61440

Applies to