UIElement.OnChildrenChanged Method

OnChildrenChanged is called when the UIElementCollection of this UIElement is edited.

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

Syntax

virtual void OnChildrenChanged (
         UIElementadded,
         UIElementremoved,
         intindexAffected
)

Parameters

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

Version Information

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

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace