Specifies whether a reply collection operation is adding or removing a reply.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum ReplySortedCollectionChangeType
Fields
A reply is being added to the collection.
C#
Add = 0
A reply is being removed from the collection.
C#
Remove = 1