VisualDiagnostics.VisualTreeChanged Event
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.
Occurs when a managed debugger is attached and any element is added to or removed from the visual tree of another element, regardless of whether either of the elements are descendants of any other specific element.
public:
static event EventHandler<System::Windows::Diagnostics::VisualTreeChangeEventArgs ^> ^ VisualTreeChanged;
public static event EventHandler<System.Windows.Diagnostics.VisualTreeChangeEventArgs> VisualTreeChanged;
member this.VisualTreeChanged : EventHandler<System.Windows.Diagnostics.VisualTreeChangeEventArgs>
Public Shared Custom Event VisualTreeChanged As EventHandler(Of VisualTreeChangeEventArgs)
Event Type
Remarks
This event occurs only when a managed debugger is attached.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.