Class
ReplySortedCollectionChangedEventArgs

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:

cs-api-definition
public class ReplySortedCollectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsReplySortedCollectionChangedEventArgs

Inherited Members EventArgs.Empty

Properties

ChangeType

Returns whether the operation was an Add or Remove action.

Declaration

cs-api-definition
public ReplySortedCollectionChangeType ChangeType { get; }

Property Value

ReplySortedCollectionChangeType

The change type.

Reply

Returns the reply that was added or removed from the collection.

Declaration

cs-api-definition
public SpreadsheetCommentReply Reply { get; set; }

Property Value

SpreadsheetCommentReply

The reply.

In this article
DefinitionPropertiesChangeTypeReply
Not finding the help you need?
Contact Support