Built-in flags for DispatcherBase.Subscribe<TDispatchable>(object, DispatchableHandler<TDispatchable>, bool, uint, DispatchableFilter)
More...
◆ CustomFlagsShift
const int Quantum.DispatcherHandlerFlags.CustomFlagsShift = 8 |
|
static |
Use as bit shift for custom flags.
◆ DontInvokeIfAddedInAHandler
const uint Quantum.DispatcherHandlerFlags.DontInvokeIfAddedInAHandler = 1 << 1 |
|
static |
If set, handler will not be called if added in an active handler.
◆ None
const uint Quantum.DispatcherHandlerFlags.None = 0 |
|
static |
◆ Once
const uint Quantum.DispatcherHandlerFlags.Once = 1 << 0 |
|
static |
Call handler only once, then remove.