Represents the event data for the ElementAdded event, which occurs when a new element is added to a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ElementAddedEventArgs : EventArgs
Inheritance: objectEventArgsElementAddedEventArgs
Inherited Members
Constructors
Properties
Represents the event arguments for the ElementAdded event, which provides information about an element that has been added to the document model.
C#
public DocumentElement Element { get; set; }