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

Represents the event data for the DocumentElementAdded event, which is triggered when a document element is added.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class DocumentElementAddedEventArgs : EventArgs

Inheritance: objectEventArgsDocumentElementAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DocumentElementAddedEventArgs class with the specified document element.

C#
public DocumentElementAddedEventArgs(DocumentElement documentElement)
Parameters:documentElementDocumentElement

The DocumentElement that was added to the document.

Properties

Gets the document element that was added to the document.

C#
public DocumentElement DocumentElement { get; }
Property Value:

The DocumentElement that represents the added document element.