Class NamedObjectsItemReplaceEventArgs
Represents named objects item replace event arguments.
Inheritance
System.Object
System.EventArgs
NamedObjectsItemReplaceEventArgs
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.Core
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NamedObjectsItemReplaceEventArgs : EventArgs
Constructors
NamedObjectsItemReplaceEventArgs(String, String)
Initializes a new instance of the NamedObjectsItemReplaceEventArgs class.
Declaration
public NamedObjectsItemReplaceEventArgs(string itemName, string newItemName)
Parameters
System.String
itemName
Name of the item. |
System.String
newItemName
New name of the item. |
Properties
ItemName
Gets the name of the item.
Declaration
public string ItemName { get; }
Property Value
System.String
The name of the item. |
NewItemName
Gets the new name of the item.
Declaration
public string NewItemName { get; }
Property Value
System.String
The new name of the item. |