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