Events
Important Points:
- The list of available classes in MAUI can be seen here;
- The
EventHandlertype is basically a delegate that executes the attached methods whenever relevant; - We cannot use the assignment operator (
=) to add a method to anEventHandler.EventHandlersupports+=and-=operators; - A method which is binded to an EventHandler needs to have the following signature:
void methodName(object sender, EventArgs e);;
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 3
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 3.7
Events
Свайпніть щоб показати меню
Important Points:
- The list of available classes in MAUI can be seen here;
- The
EventHandlertype is basically a delegate that executes the attached methods whenever relevant; - We cannot use the assignment operator (
=) to add a method to anEventHandler.EventHandlersupports+=and-=operators; - A method which is binded to an EventHandler needs to have the following signature:
void methodName(object sender, EventArgs e);;
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 3