We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcc23b commit feed574Copy full SHA for feed574
10.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml
@@ -7,13 +7,15 @@
7
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
8
x:Class="DeveloperBalance.Pages.ProjectListPage"
9
x:DataType="pageModels:ProjectListPageModel"
10
+ x:Name="ProjectList"
11
Title="Projects">
12
13
14
<ContentPage.Behaviors>
15
<toolkit:EventToCommandBehavior
- EventName="Appearing"
16
- Command="{Binding AppearingCommand}" />
+ EventName="Appearing"
17
+ BindingContext="{Binding Path=BindingContext, Source={x:Reference ProjectList}, x:DataType=ContentPage}"
18
+ Command="{Binding AppearingCommand}"/>
19
</ContentPage.Behaviors>
20
<Grid>
21
<ScrollView>
0 commit comments