Class DuplicatedJavaScriptNameResolvingEventArgs
Provides additional data for the Merged
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class DuplicatedJavaScriptNameResolvingEventArgs : EventArgs
Constructors
DuplicatedJavaScriptNameResolvingEventArgs(String, String, IEnumerable<String>)
Initializes a new instance of the Duplicated
Declaration
public DuplicatedJavaScriptNameResolvingEventArgs(string name, string newName, IEnumerable<string> usedNames)
Parameters
System. The current name of the embedded file. |
System. The new name of the embedded file. |
System. The names that are currently used in the Telerik. |
Properties
Name
Gets the current JavaScript name.
Declaration
public string Name { get; }
Property Value
System. The name. |
NewName
Gets or sets the new JavaScript name.
Declaration
public string NewName { get; set; }
Property Value
System. The new name. |
UsedNames
Gets the names that are already used for JavaScripts in the same Rad
Declaration
public IEnumerable<string> UsedNames { get; }
Property Value
System. The used names. |