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