VisualElementChangedEventArgs(VisualElement, VisualElement) 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:
VisualElementChangedEventArgs(Microsoft::Maui::Controls::VisualElement ^ oldElement, Microsoft::Maui::Controls::VisualElement ^ newElement);
public VisualElementChangedEventArgs(Microsoft.Maui.Controls.VisualElement? oldElement, Microsoft.Maui.Controls.VisualElement? newElement);
new Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs : Microsoft.Maui.Controls.VisualElement * Microsoft.Maui.Controls.VisualElement -> Microsoft.Maui.Controls.Platform.VisualElementChangedEventArgs
Public Sub New (oldElement As VisualElement, newElement As VisualElement)
Parameters
- oldElement
- VisualElement
- newElement
- VisualElement