Click here to Skip to main content
15,889,116 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Downloading file from server Pin
Mark Salsbery23-Mar-09 9:51
Mark Salsbery23-Mar-09 9:51 
GeneralRe: Downloading file from server Pin
sumit703423-Mar-09 18:59
sumit703423-Mar-09 18:59 
AnswerRe: Downloading file from server Pin
Braulio Dez1-Apr-09 5:58
Braulio Dez1-Apr-09 5:58 
QuestionRoutedEvent compare to event? Pin
mildred-frontfree22-Mar-09 23:34
mildred-frontfree22-Mar-09 23:34 
AnswerRe: RoutedEvent compare to event? Pin
ABitSmart23-Mar-09 0:04
ABitSmart23-Mar-09 0:04 
GeneralRe: RoutedEvent compare to event? Pin
mildred-frontfree23-Mar-09 0:24
mildred-frontfree23-Mar-09 0:24 
GeneralRe: RoutedEvent compare to event? Pin
Pete O'Hanlon23-Mar-09 1:00
mvePete O'Hanlon23-Mar-09 1:00 
Routed events, cunningly enough, are designed to support event routing. Basically this mechanism allows you to register an event inside one element but, and this is the clever part, it can be raised by a completely different element. A simple example (and commonly quoted) is that a toolbar button click can go through the toolbar, then maybe a toolbar container, before finally being handled by your code. As you can see, this goes way beyond what you can manage with a simple event because the event would not bubble up in a traditional event scenario.

The problem you have here, is that the example on MSDN isn't terribly well explained, and the concept isn't clearly defined on the MSDN either.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys



GeneralRe: RoutedEvent compare to event? Pin
ABitSmart23-Mar-09 1:29
ABitSmart23-Mar-09 1:29 
GeneralRe: RoutedEvent compare to event? Pin
Pete O'Hanlon23-Mar-09 2:50
mvePete O'Hanlon23-Mar-09 2:50 
GeneralRe: RoutedEvent compare to event? Pin
ABitSmart23-Mar-09 2:56
ABitSmart23-Mar-09 2:56 
GeneralRe: RoutedEvent compare to event? Pin
Pete O'Hanlon23-Mar-09 3:08
mvePete O'Hanlon23-Mar-09 3:08 
GeneralRe: RoutedEvent compare to event? Pin
ABitSmart23-Mar-09 1:24
ABitSmart23-Mar-09 1:24 
GeneralRe: RoutedEvent compare to event? Pin
mildred-frontfree23-Mar-09 15:18
mildred-frontfree23-Mar-09 15:18 
QuestionWeb Service Software Factory Pin
Kamal Gurnani22-Mar-09 19:11
Kamal Gurnani22-Mar-09 19:11 
AnswerRe: Web Service Software Factory Pin
Pete O'Hanlon22-Mar-09 23:39
mvePete O'Hanlon22-Mar-09 23:39 
QuestionUIPAB for Composite WPF Pin
snowwolfchicago22-Mar-09 6:45
snowwolfchicago22-Mar-09 6:45 
AnswerRe: UIPAB for Composite WPF Pin
rkaushik13-May-09 9:15
rkaushik13-May-09 9:15 
QuestionNearestNeighbor rendering making mistakes? Pin
derm221-Mar-09 13:32
derm221-Mar-09 13:32 
AnswerRe: NearestNeighbor rendering making mistakes? Pin
Mark Salsbery22-Mar-09 6:52
Mark Salsbery22-Mar-09 6:52 
GeneralRe: NearestNeighbor rendering making mistakes? Pin
derm21-Apr-09 9:44
derm21-Apr-09 9:44 
QuestionDrag and Drop Feature in Silverlight Media Player Control Pin
pavanip20-Mar-09 21:39
pavanip20-Mar-09 21:39 
QuestionRe: Drag and Drop Feature in Silverlight Media Player Control Pin
Mark Salsbery22-Mar-09 6:32
Mark Salsbery22-Mar-09 6:32 
AnswerRe: Drag and Drop Feature in Silverlight Media Player Control Pin
pavanip22-Mar-09 18:31
pavanip22-Mar-09 18:31 
GeneralRe: Drag and Drop Feature in Silverlight Media Player Control Pin
Mark Salsbery22-Mar-09 19:32
Mark Salsbery22-Mar-09 19:32 
GeneralRe: Drag and Drop Feature in Silverlight Media Player Control Pin
pavanip22-Mar-09 20:04
pavanip22-Mar-09 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.