Class
DocumentElementRemovedEventArgs

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:

cs-api-definition
public class DocumentElementRemovedEventArgs : EventArgs

Inheritance: objectEventArgsDocumentElementRemovedEventArgs

Inherited Members EventArgs.Empty

Constructors

DocumentElementRemovedEventArgs(DocumentElement)

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

Declaration

cs-api-definition
public DocumentElementRemovedEventArgs(DocumentElement documentElement)

Parameters

documentElement

DocumentElement

The DocumentElement that was removed from the document.

Properties

DocumentElement

Gets the document element that was removed from the document.

Declaration

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

Property Value

DocumentElement

The document element that was removed.