Class ReplySortedCollectionChangingEventArgs
Arguments for the Changing event of the ReplySortedCollection.
Inheritance
System.Object
System.EventArgs
ReplySortedCollectionChangingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ReplySortedCollectionChangingEventArgs : RadCancelEventArgs
Properties
ChangeType
Gets the change type.
Declaration
public ReplySortedCollectionChangeType ChangeType { get; }
Property Value
ReplySortedCollectionChangeType
The change type. |
Reply
Gets or sets the reply.
Declaration
public SpreadsheetCommentReply Reply { get; set; }
Property Value
SpreadsheetCommentReply
The reply. |