New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class ReplySortedCollectionChangingEventArgs : RadCancelEventArgs

Inheritance: objectEventArgsRadCancelEventArgsReplySortedCollectionChangingEventArgs

Inherited Members RadCancelEventArgs.Cancel()RadCancelEventArgs.CanceledEventArgs.Empty

Properties

Returns whether the pending operation is an Add or Remove action.

C#
public ReplySortedCollectionChangeType ChangeType { get; }
Property Value:

The change type.

Returns the reply that will be added or removed if the operation is not canceled.

C#
public SpreadsheetCommentReply Reply { get; set; }
Property Value:

The reply.

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