C1.Silverlight.RichTextBox.5
ChildrenChanged Event

Fires when the children collection of this C1TextElement changes.
Syntax
'Declaration
 
Public Event ChildrenChanged As System.Collections.Specialized.NotifyCollectionChangedEventHandler
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler ChildrenChanged
Event Data

The event handler receives an argument of type System.Collections.Specialized.NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
ActionGets the description of the action that caused the event.  
NewItemsGets the items affected by an action.  
NewStartingIndexGets the index at which the change occurred.  
OldItemsGets the item affected by a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
OldStartingIndexGets the index at which the change occurred for a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
See Also

Reference

C1TextElement Class
C1TextElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.