4 references to FoldEventArgs
Microsoft.Maui.Controls (1)
Foldable\IFoldableService.cs (1)
21 event EventHandler<FoldEventArgs> OnLayoutChanged;
Microsoft.Maui.Controls.Foldable (3)
NoPlatformFoldableService.cs (1)
41 public event EventHandler<FoldEventArgs> OnLayoutChanged
TwoPaneView.cs (1)
256 private void DualScreenService_OnFeatureChanged(object sender, FoldEventArgs e)
TwoPaneViewLayoutGuide.cs (1)
75 void OnDualScreenServiceChanged(object sender, FoldEventArgs e)