ParentChangingEventArgs(Element, Element) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ParentChangingEventArgs(Microsoft::Maui::Controls::Element ^ oldParent, Microsoft::Maui::Controls::Element ^ newParent);
public ParentChangingEventArgs (Microsoft.Maui.Controls.Element oldParent, Microsoft.Maui.Controls.Element newParent);
new Microsoft.Maui.Controls.ParentChangingEventArgs : Microsoft.Maui.Controls.Element * Microsoft.Maui.Controls.Element -> Microsoft.Maui.Controls.ParentChangingEventArgs
Public Sub New (oldParent As Element, newParent As Element)
Parameters
- oldParent
- Element
- newParent
- Element