4 references to ParentChanging
Microsoft.Maui.Controls (4)
Element\Element.cs (4)
929 /// <summary>When overridden in a derived class, should raise the <see cref="ParentChanging"/> event.</summary> 930 /// <remarks>It is the implementor's responsibility to raise the <see cref="ParentChanging"/> event.</remarks> 931 /// <param name="args">Provides data for the <see cref="ParentChanging"/> event.</param> 950 ParentChanging?.Invoke(this, args);