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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.