DefinedNameConflictResolvingEventArgs(String, IDefinedNameValidator, DefinedNameStatus, IUsedNameSet) Constructor
Initializes a new instance of the DefinedNameConflictResolvingEventArgs class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public DefinedNameConflictResolvingEventArgs(
string conflictedName,
IDefinedNameValidator validator,
DefinedNameStatus nameStatus,
IUsedNameSet usedNames
)
Parameters
Name | Type | Description |
---|---|---|
conflictedName | String | A string value specifying the conflict name. |
validator | IDefinedNameValidator | An object implementing the IDefinedNameValidator interface used to validate a new version of the conflict defined name. |
nameStatus | DefinedNameStatus | A DefinedNameStatus enumeration value specifying the defined name status. |
usedNames | IUsedNameSet | An object exposing the IUsedNameSet interface that is a set of names defined in the destination document and names for which name conflicts have already been resolved. |
Remarks
The DefinedNameConflictResolvingEventArgs class instance is created automatically and passed to the handler of the SpreadsheetControl.DefinedNameConflictResolving event.