Provides data for the ItemReplaced event, including the original and new names of the replaced item.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Core
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class NamedObjectsItemReplaceEventArgs : EventArgs
Inheritance: objectEventArgsNamedObjectsItemReplaceEventArgs
Inherited Members
Constructors
Initializes a new instance of the NamedObjectsItemReplaceEventArgs class.
Properties
Gets the original name of the item that was replaced.
C#
public string ItemName { get; }
The name of the item.
Gets the name of the replacement item.
C#
public string NewItemName { get; }
The new name of the item.