Quiz: XAML—MAUI UI Language

Test your knowledge of XAML in .NET MAUI.

1

In an XAML element, the Clicked attribute is set to OnClick as its value. Which method would represent this value?

A)
public static void OnClick()
{
...
}
B)
private void OnClick() {
...
}
C)
private void OnClick(object sender) {
...
}
D)
private void OnClick(object sender, EventArgs e) {
...
}
Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.