New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ElementAddedEventArgs(DocumentElement element)
Parameters:elementDocumentElement

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; }