Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Protected Friend Overrides Sub OnChildrenChanged ( _
added As UIElement, _
removed As UIElement, _
indexAffected As Integer _
)
protected internal override void OnChildrenChanged(
UIElement added,
UIElement removed,
int indexAffected
)
protected public:
virtual void OnChildrenChanged(
UIElement^ added,
UIElement^ removed,
int indexAffected
) override
abstract OnChildrenChanged :
added:UIElement *
removed:UIElement *
indexAffected:int -> unit
override OnChildrenChanged :
added:UIElement *
removed:UIElement *
indexAffected:int -> unit
override function OnChildrenChanged(
added : UIElement,
removed : UIElement,
indexAffected : int
)
Parameters
- added
Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The element that was added to the collection, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none was added.
- removed
Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The element that was removed from the collection, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none was removed.
- indexAffected
Type: System. . :: . .Int32
The index of the item in the collection that has been changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.