Class ElementAddedEventArgs
Represents the event data for the ElementAdded event, which occurs when a new element is added to a document.
Inheritance
System.Object
ElementAddedEventArgs
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ElementAddedEventArgs : EventArgs
Constructors
ElementAddedEventArgs(DocumentElement)
Declaration
public ElementAddedEventArgs(DocumentElement element)
Parameters
DocumentElement
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
public DocumentElement Element { get; set; }
Property Value
DocumentElement
|