InputHandlerStage Enumeration

Contains the stages in the event handling process that indicate when the event will be handled.

Member Name Description
Bubbled Event will be processed when it is traveling up the tree from the destination with input focus.
Direct Event will be processed when it arrives at the destination with input focus.
Routed Event will be processed when it is traveling down the tree to the destination with input focus.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also