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
Constructors
Initializes a new instance of the DocumentElementRemovedEventArgs class with the specified document element.
C#
public DocumentElementRemovedEventArgs(DocumentElement documentElement)
The DocumentElement that was removed from the document.
Properties
Gets the document element that was removed from the document.
C#
public DocumentElement DocumentElement { get; }
The document element that was removed.