Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Events | Interactive GUI
Advanced C# with .NET

bookEvents

Important Points:

  • The list of available classes in MAUI can be seen here;
  • The EventHandler type is basically a delegate that executes the attached methods whenever relevant;
  • We cannot use the assignment operator (=) to add a method to an EventHandler. EventHandler supports += and -= operators;
  • A method which is binded to an EventHandler needs to have the following signature: void methodName(object sender, EventArgs e);;
question mark

Which of the following are correct signatures for an Event Handler Method? Here CustomArgs is derived from EventArgs.

Select the correct answer

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 3

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Awesome!

Completion rate improved to 3.7

bookEvents

Stryg for at vise menuen

Important Points:

  • The list of available classes in MAUI can be seen here;
  • The EventHandler type is basically a delegate that executes the attached methods whenever relevant;
  • We cannot use the assignment operator (=) to add a method to an EventHandler. EventHandler supports += and -= operators;
  • A method which is binded to an EventHandler needs to have the following signature: void methodName(object sender, EventArgs e);;
question mark

Which of the following are correct signatures for an Event Handler Method? Here CustomArgs is derived from EventArgs.

Select the correct answer

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 3
some-alt