ClassElementAddedEventArgs
Class
Represents the event data for the ElementAdded event, which occurs when a new element is added to a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ElementAddedEventArgs : EventArgs
Inheritance: objectEventArgsElementAddedEventArgs
Inherited Members
Constructors
ElementAddedEventArgs(DocumentElement)
Declaration
cs-api-definition
public ElementAddedEventArgs(DocumentElement element)
Parameters
element
Properties
Element
Represents the event arguments for the ElementAdded event, which provides information about an element that has been added to the document model.
Declaration
cs-api-definition
public DocumentElement Element { get; set; }
Property Value