ClassNamedObjectsItemReplaceEventArgs
Class
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:
cs-api-definition
public class NamedObjectsItemReplaceEventArgs : EventArgs
Inheritance: objectEventArgsNamedObjectsItemReplaceEventArgs
Inherited Members
Constructors
NamedObjectsItemReplaceEventArgs(string, string)
Initializes a new instance of the NamedObjectsItemReplaceEventArgs class.
Properties
ItemName
Gets the original name of the item that was replaced.
Declaration
cs-api-definition
public string ItemName { get; }
Property Value
The name of the item.
NewItemName
Gets the name of the replacement item.
Declaration
cs-api-definition
public string NewItemName { get; }
Property Value
The new name of the item.