Class CommentCollection
Defines a collection of comments.
Inheritance
System.Object
CommentCollection
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.Windows.Documents.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class CommentCollection : DocumentElementCollection<Comment, RadFlowDocument>, IList<Comment>, ICollection<Comment>, IEnumerable<Comment>, IEnumerable
Methods
AddComment()
OnAfterRemove(Comment)
Called when the comment is removed.
Declaration
protected override void OnAfterRemove(Comment item)
Parameters
Comment
item
The comment. |
Overrides
Telerik.Windows.Documents.Core.Data.DocumentElementCollectionBase<Telerik.Windows.Documents.Flow.Model.Comment, Telerik.Windows.Documents.Flow.Model.RadFlowDocument>.OnAfterRemove(Telerik.Windows.Documents.Flow.Model.Comment)