-
Notifications
You must be signed in to change notification settings - Fork 0
/
Events.txt
66 lines (45 loc) · 1.52 KB
/
Events.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
This shows the events occurring in ListContentPage after selecting Park from the flyout menu, letting it settle, then clicking [Filter]
OnPropertyChanging("Navigation")
OnPropertyChanged("Navigation")
OnPropertyChanging("ImplicitStyle")
OnPropertyChanged("ImplicitStyle")
OnPropertyChanging("BackgroundColor")
OnPropertyChanged("BackgroundColor")
OnPropertyChanging("BindingContext")
OnPropertyChanged("BindingContext")
OnBindingContextChanged
OnPropertyChanged("NameScope")
OnPropertyChanging("Content")
OnPropertyChanged("Content")
OnChildAdded(ListView)
OnPropertyChanging("Parent")
OnParentChanging(ParentChangingEventArgs)
NewParent.Page [ParkListPage]
OnParentSet
OnPropertyChanging("Window")
OnPropertyChanged("Window")
OnParentChanged()
OnPropertyChanged("Parent")
OnAppearing()
OnPropertyChanging("Title")
OnPropertyChanged("Title")
OnNavigatedTo(NavigatedToEventArgs)
PreviousPage [DataTesterPage]
OnHandlerChanging(HandlerChangingEventArgs)
NewHandler [Microsoft.Maui.Handlers.PageHandler]
OnChildMeasureInvalidated(ListView, EventArgs)
OnChildMeasureInvalidated(ListView, EventArgs) >>>> Did this really happen twice <<<<
OnHandlerChanged()
OnPropertyChanging("Width")
OnPropertyChanged("Width")
OnPropertyChanging("Height")
OnPropertyChanged("Height")
OnSizeAllocated(width, height)
OnPropertyChanging("Title")
OnPropertyChanged("Title")
>>>> The Park List has now displayed <<<<
>>>> Tapped [Filter] <<<<
OnNavigatingFrom()
OnDisappearing()
OnNavigatedFrom(NavigatedFromEventArgs)
DestinationPage [ParkFilterPage]