Class ChildDocumentContainer
Inheritance
System.Object
ChildDocumentContainer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class ChildDocumentContainer
Constructors
ChildDocumentContainer()
Declaration
protected ChildDocumentContainer()
Properties
Body
Methods
OnBodyChanged()
Declaration
protected virtual void OnBodyChanged()
OnBodyChanging()
Declaration
protected virtual void OnBodyChanging()
Events
BodyChanged
Declaration
public event EventHandler BodyChanged
Event Type
System.EventHandler
|
BodyChanging
Declaration
public event EventHandler BodyChanging
Event Type
System.EventHandler
|