Table of Contents

Enum WindowProcessorResult

Namespace
Whim
Assembly
Whim.dll
The result of processing a window event by a IWindowProcessor.
public enum WindowProcessorResult

Fields

Ignore = 0
The event should be ignored.
IgnoreAndLayout = 1
The event should be ignored, and the active workspaces should be laid out.
Process = 2
The event should be processed.
ProcessAndRemove = 3
The event should be processed and the processor should be removed.