DictionaryForumContacts

   Russian
Terms for subject Microsoft containing маршрутизация событий | all forms | in specified order only
RussianEnglish
восходящая маршрутизация событийbubbling (In Windows Presentation Foundation, an event routing strategy where the event instance moves up the element tree (starting with the source and ending at the root of the visual tree))
маршрутизация событийevent routing (In Windows Presentation Foundation and Silverlight, the movement of an event in a tree of elements. There are three types of event routing: direct, bubbling, and tunneling. With direct routing, the event does not move in the tree. With bubbling, the event moves up to the top of the tree. With tunneling, the event starts at the top of the tree and moves down to the source of the event. In Silverlight, event routing and routed events are used, but tunneling is not implemented)