Quiz: XAML—MAUI UI Language
Test your knowledge of XAML in .NET MAUI.
We'll cover the following...
We'll cover the following...
Technical Quiz
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) {
...
}
1 / 5