Enum TraceCategory
Categories of trace events that can be independently enabled or disabled.
[Flags]
public enum TraceCategory
Fields
All = Lifecycle | Command | Mouse | Keyboard | Navigation | ConfigurationAll trace categories enabled.
Command = 2Command routing traces (InvokeCommand, bubbling, dispatch).
Configuration = 32Configuration management traces (property discovery, source loading, property assignment).
Keyboard = 8Keyboard event traces (key down, key up).
Lifecycle = 1Application and Driver lifecycle tracing.
Mouse = 4Mouse event traces (clicks, drags, wheel).
Navigation traces (Focus, TabBehavior, etc...).
None = 0No tracing enabled.