Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
RantProblem Solution to working code that stops working Pin
RBKpro19-Nov-13 3:39
RBKpro19-Nov-13 3:39 
GeneralRe: Problem Solution to working code that stops working Pin
Kornfeld Eliyahu Peter19-Nov-13 3:52
professionalKornfeld Eliyahu Peter19-Nov-13 3:52 
GeneralRe: Problem Solution to working code that stops working Pin
Dave Kreskowiak19-Nov-13 4:19
mveDave Kreskowiak19-Nov-13 4:19 
GeneralRe: Problem Solution to working code that stops working Pin
_Maxxx_19-Nov-13 11:52
professional_Maxxx_19-Nov-13 11:52 
GeneralRe: Problem Solution to working code that stops working Pin
Mycroft Holmes19-Nov-13 13:46
professionalMycroft Holmes19-Nov-13 13:46 
GeneralRe: Problem Solution to working code that stops working Pin
Matty2219-Nov-13 15:20
Matty2219-Nov-13 15:20 
JokeRe: Problem Solution to working code that stops working Pin
Richard Andrew x6419-Nov-13 17:42
professionalRichard Andrew x6419-Nov-13 17:42 
GeneralRe: Problem Solution to working code that stops working Pin
Matty2223-Nov-13 5:03
Matty2223-Nov-13 5:03 
Microsoft uses all of fired, triggered and raised interchangeably

Example from the "Event" article on the MSDN

"An event often has no custom data; the fact that the event was fired provides all the information that event handlers require. In this case, the event can pass an EventArgs object to its handlers. The EventArgs class has only a single member, Empty, that is not inherited from System.Object. It can be used to instantiate a new EventArgs class."

"An event delegate is used to define the signature of the event. A particular event delegate typically corresponds to a particular event data class. By convention, events in the .NET Framework have the signature EventName(sender, e), where sender is an Object that provides a reference to the class or structure that fired the event"

I guess you better get MS on the phone and tell them all about the sand in your knickers
GeneralRe: Problem Solution to working code that stops working Pin
RBKpro22-Nov-13 11:04
RBKpro22-Nov-13 11:04 
GeneralRe: Problem Solution to working code that stops working Pin
Matty2223-Nov-13 4:57
Matty2223-Nov-13 4:57 
Questionwindows app's Pin
Member 1041118019-Nov-13 0:04
Member 1041118019-Nov-13 0:04 
AnswerRe: windows app's Pin
Eddy Vluggen19-Nov-13 0:33
professionalEddy Vluggen19-Nov-13 0:33 
AnswerRe: windows app's Pin
Pete O'Hanlon19-Nov-13 0:35
mvePete O'Hanlon19-Nov-13 0:35 
AnswerRe: windows app's Pin
Chris Quinn19-Nov-13 0:38
Chris Quinn19-Nov-13 0:38 
AnswerRe: windows app's Pin
BillWoodruff19-Nov-13 6:32
professionalBillWoodruff19-Nov-13 6:32 
AnswerRe: windows app's Pin
Abhinav S19-Nov-13 16:30
Abhinav S19-Nov-13 16:30 
QuestionAI Pin
Member 1036314518-Nov-13 23:40
Member 1036314518-Nov-13 23:40 
QuestionRe: AI Pin
Richard MacCutchan19-Nov-13 0:01
mveRichard MacCutchan19-Nov-13 0:01 
AnswerRe: AI Pin
BillWoodruff19-Nov-13 6:34
professionalBillWoodruff19-Nov-13 6:34 
GeneralRe: AI Pin
Mycroft Holmes19-Nov-13 13:40
professionalMycroft Holmes19-Nov-13 13:40 
Questionwinform to wpf Pin
Member 1026351918-Nov-13 22:42
Member 1026351918-Nov-13 22:42 
AnswerRe: winform to wpf Pin
Abhinav S18-Nov-13 22:44
Abhinav S18-Nov-13 22:44 
QuestionRe: winform to wpf Pin
Eddy Vluggen19-Nov-13 0:33
professionalEddy Vluggen19-Nov-13 0:33 
QuestionC# Com Interface Pin
Rakesh_Ranjan_Incadea18-Nov-13 21:06
Rakesh_Ranjan_Incadea18-Nov-13 21:06 
AnswerRe: C# Com Interface Pin
Marco Bertschi18-Nov-13 21:33
protectorMarco Bertschi18-Nov-13 21:33 

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.