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.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DefinedNameConflictResolvingEventArgs(
string conflictedName,
IDefinedNameValidator validator,
DefinedNameStatus nameStatus,
IUsedNameSet usedNames
)
#Parameters
Name | Type | Description |
---|---|---|
conflicted |
String | A string value specifying the conflict name. |
validator | IDefined |
An object implementing the IDefined |
name |
Defined |
A Defined |
used |
IUsed |
An object exposing the IUsed |
#Remarks
The DefinedNameConflictResolvingEventArgs class instance is created automatically and passed to the handler of the SpreadsheetControl.DefinedNameConflictResolving event.