ClassCommentCollection
Class
Manages document comments and automatically removes associated comment range markers from paragraphs when comments are deleted.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Collections
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public sealed class CommentCollection : DocumentElementCollection<Comment, RadFlowDocument>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<Comment, RadFlowDocument>DocumentElementCollection<Comment, RadFlowDocument>CommentCollection
Implements:
Inherited Members
Methods
AddComment()
Creates and appends a new comment to the collection and returns it for range marker placement and content configuration.
OnAfterRemove(Comment)
Removes the comment's range markers from their parent paragraphs after the comment is removed from the collection.
Declaration
cs-api-definition
protected override void OnAfterRemove(Comment item)
Parameters
item
The comment.
Overrides