ClassReplySortedCollectionChangingEventArgs
Class
Cancelable event arguments providing information about a pending 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 ReplySortedCollectionChangingEventArgs : RadCancelEventArgs
Inheritance: objectEventArgsRadCancelEventArgsReplySortedCollectionChangingEventArgs
Inherited Members
Properties
ChangeType
Returns whether the pending operation is an Add or Remove action.
Declaration
cs-api-definition
public ReplySortedCollectionChangeType ChangeType { get; }
Property Value
ReplySortedCollectionChangeType
The change type.
Reply
Returns the reply that will be added or removed if the operation is not canceled.
Declaration
cs-api-definition
public SpreadsheetCommentReply Reply { get; set; }
Property Value
The reply.