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
- added
Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The element that has just been added to the collection, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none has been added.
- removed
Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The element that has just been removed from the collection, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if none has been removed.
- indexAffected
Type: System. . :: . .Int32
The index of the item in the collection that has just 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.