T
Tony Johansson
Hi!
Here I have some text that I dont fully understand. It says.
"Which of the following elements are NOT required if you want a custom class
to raise an event.
1 A class that holds event data derived from System.EventArgs
2 A delegete for the event
3 A method to add an eventhandler
4 A class that raises the event.
The answer is 3:
You do not need a method to add an event handler that functionalitty is
provided by the .NET Framework.
When I first read this I thould that the meant the event hander that is
acting when the event is raised but that is
probable wrong.
So what do they mean with this row A method to add an eventhandler
//Tony
Here I have some text that I dont fully understand. It says.
"Which of the following elements are NOT required if you want a custom class
to raise an event.
1 A class that holds event data derived from System.EventArgs
2 A delegete for the event
3 A method to add an eventhandler
4 A class that raises the event.
The answer is 3:
You do not need a method to add an event handler that functionalitty is
provided by the .NET Framework.
When I first read this I thould that the meant the event hander that is
acting when the event is raised but that is
probable wrong.
So what do they mean with this row A method to add an eventhandler
//Tony