1 00:00:00,120 --> 00:00:00,960 ‫Welcome back. 2 00:00:00,990 --> 00:00:04,500 ‫In this chapter, you are going to learn about events and delegates. 3 00:00:04,500 --> 00:00:13,560 ‫And this is very important for what comes afterwards, because it is a slightly more complex topic overall. 4 00:00:13,560 --> 00:00:18,540 ‫But it's going to be important for you to understand delegates and events in order to really understand 5 00:00:18,540 --> 00:00:20,460 ‫what's going to happen in WPF. 6 00:00:20,460 --> 00:00:26,760 ‫So, for example, what happens when you click a button, it's technically a lot more complex than what 7 00:00:26,760 --> 00:00:27,120 ‫happens. 8 00:00:27,120 --> 00:00:32,160 ‫But the thing is, if you want to understand how the car works and not just drive the car, then you 9 00:00:32,160 --> 00:00:34,950 ‫need to check out events and delegates. 10 00:00:35,340 --> 00:00:42,420 ‫So by the way, the car is, in this case, the code that you use in WPF. 11 00:00:42,420 --> 00:00:47,760 ‫So by the way, the driving of the car is to understand and use the code. 12 00:00:48,120 --> 00:00:55,680 ‫So just using, for example, buttons and events, but understanding how the car works and what is inside 13 00:00:55,680 --> 00:00:56,610 ‫of the car and all of that. 14 00:00:56,610 --> 00:00:58,560 ‫That's what these events and delegates are. 15 00:00:58,560 --> 00:01:03,960 ‫So in this chapter, you're going to see the fundamentals of what you're going to use later on, even 16 00:01:03,960 --> 00:01:06,300 ‫though we're not going to use it in so much depth. 17 00:01:06,300 --> 00:01:12,720 ‫But it's still good to have this understanding because in case you want to have full flexibility and 18 00:01:12,720 --> 00:01:18,060 ‫you want to have full power over your code when it comes to events and delegates, this chapter will 19 00:01:18,060 --> 00:01:18,690 ‫help you. 20 00:01:19,380 --> 00:01:24,060 ‫So in this chapter we're going to look into this topic, but then afterwards we're going to just use 21 00:01:24,060 --> 00:01:25,440 ‫it in WPF. 22 00:01:25,830 --> 00:01:27,450 ‫So I hope you enjoy this chapter. 23 00:01:27,480 --> 00:01:28,710 ‫See you in the next video.