1 implementation of MainDisplayInfoChanged
Microsoft.Maui.Essentials (1)
DeviceDisplay\DeviceDisplay.shared.cs (1)
109 public event EventHandler<DisplayInfoChangedEventArgs> MainDisplayInfoChanged
2 references to MainDisplayInfoChanged
Microsoft.Maui.Essentials (2)
DeviceDisplay\DeviceDisplay.shared.cs (2)
69 add => Current.MainDisplayInfoChanged += value; 70 remove => Current.MainDisplayInfoChanged -= value;