Fires when the children collection of this C1TextElement changes.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event NotifyCollectionChangedEventHandler ChildrenChanged
Visual Basic
Public Event ChildrenChanged As NotifyCollectionChangedEventHandler
XAML Attribute Usage
<object ChildrenChanged="NotifyCollectionChangedEventHandler" .../>

See Also