Well, no one is insured :)
-
I was debugging code I have written two years ago. There was a problem with canceling a command execution. Following is what I have found: CommandCancelEventArgs e = new CommandCancelEventArgs(this); if(e.Cancel) { return; } Obviously the line OnCommandExecuting(e) was missing :)
Thanks, Georgi
-
I was debugging code I have written two years ago. There was a problem with canceling a command execution. Following is what I have found: CommandCancelEventArgs e = new CommandCancelEventArgs(this); if(e.Cancel) { return; } Obviously the line OnCommandExecuting(e) was missing :)
Thanks, Georgi
Georgi Atanasov wrote:
Obviously the line OnCommandExecuting(e) was missing
Uh, yeah. :rolleyes:
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne