- visualAdded
- The Visual that was added to the collection.
- visualRemoved
- The Visual that was removed from the collection.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnVisualChildrenChanged( _ ByVal visualAdded As DependencyObject, _ ByVal visualRemoved As DependencyObject _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnVisualChildrenChanged( DependencyObject visualAdded, DependencyObject visualRemoved ) |
C++/CLI | |
---|---|
protected: void OnVisualChildrenChanged( DependencyObject visualAdded, DependencyObject visualRemoved ) override |
Parameters
- visualAdded
- The Visual that was added to the collection.
- visualRemoved
- The Visual that was removed from the collection.
For more information, refer to OnVisualChildrenChanged
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family