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

Represents the event arguments for the DocumentElementRemoved event, providing information about the removed document element.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class DocumentElementRemovedEventArgs : EventArgs

Inheritance: objectEventArgsDocumentElementRemovedEventArgs

Inherited Members EventArgs.Empty

Constructors

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

C#
public DocumentElementRemovedEventArgs(DocumentElement documentElement)
Parameters:documentElementDocumentElement

The DocumentElement that was removed from the document.

Properties

Gets the document element that was removed from the document.

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

The document element that was removed.