ComponentOne RichTextBox for UWP
ChildrenChanged Event

C1.Xaml.RichTextBox.Documents Namespace > C1TextElement Class : 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
 
 
 
 
 
See Also