Class DocumentElementRemovedEventArgs
Represents the event arguments for the DocumentElementRemoved event, providing information about the removed document element.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DocumentElementRemovedEventArgs : EventArgs
Constructors
DocumentElementRemovedEventArgs(DocumentElement)
Initializes a new instance of the DocumentElementRemovedEventArgs class with the specified document element.
Declaration
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
public DocumentElement DocumentElement { get; }
Property Value
DocumentElement
The document element that was removed. |