Event arguments providing information about a completed reply collection modification, including the change type and affected reply.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ReplySortedCollectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsReplySortedCollectionChangedEventArgs
Inherited Members
Properties
Returns whether the operation was an Add or Remove action.
C#
public ReplySortedCollectionChangeType ChangeType { get; }
The change type.
Returns the reply that was added or removed from the collection.
C#
public SpreadsheetCommentReply Reply { get; set; }
The reply.