Class NameChangingEventArgs
Inheritance
System.Object
NameChangingEventArgs
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class NameChangingEventArgs : EventArgs
Constructors
NameChangingEventArgs(String, String)
Declaration
public NameChangingEventArgs(string oldName, string newName)
Parameters
System.String
oldName
|
System.String
newName
|
Properties
NewName
Declaration
public string NewName { get; }
Property Value
System.String
|
OldName
Declaration
public string OldName { get; }
Property Value
System.String
|