Grid::OnVisualChildrenChanged Method (DependencyObject^, DependencyObject^)

 

Called when the visual children of a Grid element change.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public protected:
virtual void OnVisualChildrenChanged(
	DependencyObject^ visualAdded,
	DependencyObject^ visualRemoved
) override

Parameters

visualAdded
Type: System.Windows::DependencyObject^

Identifies the visual child that's added.

visualRemoved
Type: System.Windows::DependencyObject^

Identifies the visual child that's removed.

.NET Framework
Available since 3.0
Return to top
Show: