OnChildrenChanged Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Called when the UIElementCollection of this UIElement is edited.

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

Syntax

'Declaration
Protected Friend Overridable Sub OnChildrenChanged ( _
    added As UIElement, _
    removed As UIElement, _
    indexAffected As Integer _
)
protected internal virtual void OnChildrenChanged(
    UIElement added,
    UIElement removed,
    int indexAffected
)
protected public:
virtual void OnChildrenChanged(
    UIElement^ added, 
    UIElement^ removed, 
    int indexAffected
)
abstract OnChildrenChanged : 
        added:UIElement * 
        removed:UIElement * 
        indexAffected:int -> unit 
override OnChildrenChanged : 
        added:UIElement * 
        removed:UIElement * 
        indexAffected:int -> unit 
 function OnChildrenChanged(
    added : UIElement, 
    removed : UIElement, 
    indexAffected : int
)

Parameters

  • indexAffected
    Type: System. . :: . .Int32
    The index of the item in the collection that has just been changed.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace