Share via


WindowManager.OnChildrenChanged Method

Called when a change occurs to the collection of child windows.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

protected internal override void OnChildrenChanged (
         UIElement added,
         UIElement removed,
         int indexAffected
)

Parameters

  • added
    The UIElement that was added to the collection, or null if none was added.
  • removed
    The UIElement that was removed from the collection, or null if none was removed.
  • indexAffected
    The index of the item in the collection that has been changed.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1 and 4.2.

See Also

Reference

WindowManager Class
WindowManager Members
Microsoft.SPOT.Presentation Namespace