소개
This skill provides expert guidance on the Windows Presentation Foundation (WPF) routed event system, enabling developers to handle event propagation through the element tree efficiently. It covers the core strategies—Bubbling, Tunneling, and Direct—while providing implementation patterns for custom events, event suppression, and class-level handling. It is particularly useful for building sophisticated desktop UIs in .NET where precise control over user input and event flow is required to maintain clean, decoupled code.