Class
DocumentElementAddedEventArgs

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:

cs-api-definition
public class DocumentElementAddedEventArgs : EventArgs

Inheritance: objectEventArgsDocumentElementAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

DocumentElementAddedEventArgs(DocumentElement)

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

Declaration

cs-api-definition
public DocumentElementAddedEventArgs(DocumentElement documentElement)

Parameters

documentElement

DocumentElement

The DocumentElement that was added to the document.

Properties

DocumentElement

Gets the document element that was added to the document.

Declaration

cs-api-definition
public DocumentElement DocumentElement { get; }

Property Value

DocumentElement

The DocumentElement that represents the added document element.