ClassDocumentElementRemovedEventArgs
Class
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
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
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
The document element that was removed.