Class
NamedObjectsItemReplaceEventArgs

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 EventArgs.Empty

Constructors

NamedObjectsItemReplaceEventArgs(string, string)

Initializes a new instance of the NamedObjectsItemReplaceEventArgs class.

Declaration

cs-api-definition
public NamedObjectsItemReplaceEventArgs(string itemName, string newItemName)

Parameters

itemName

string

Name of the item.

newItemName

string

New name of the item.

Properties

ItemName

Gets the original name of the item that was replaced.

Declaration

cs-api-definition
public string ItemName { get; }

Property Value

string

The name of the item.

NewItemName

Gets the name of the replacement item.

Declaration

cs-api-definition
public string NewItemName { get; }

Property Value

string

The new name of the item.