Back to Devexpress

SpreadsheetControl.DefinedNameEdited Event

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-8036b329.md

latest3.2 KB
Original Source

SpreadsheetControl.DefinedNameEdited Event

Occurs after the defined name parameters were changed.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public event DefinedNameEditedEventHandler DefinedNameEdited
vb
Public Event DefinedNameEdited As DefinedNameEditedEventHandler

Event Data

The DefinedNameEdited event's data class is DefinedNameEditedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CommentGets the new information about the defined name.
IsGlobalGets whether the defined name has a workbook scope. Inherited from DefinedNameEventArgs.
NameGets the name of the defined name object. Inherited from DefinedNameEventArgs.
OldCommentGets the previous information about the defined name.
OldNameGets the previous name of the defined name object.
OldRefersToGets a string that specifies a cell, cell range, formula, or constant to which the defined name previously referred.
RefersToGets a string that specifies a cell, cell range, formula, or constant to which the defined name now refers.
ScopeGets the defined name’s scope - an area within a spreadsheet application (an individual worksheet or the entire workbook) where a defined name is recognized and can be used without qualification. Inherited from DefinedNameEventArgs.

Remarks

Note

The DefinedNameEdited event is fired only if you use the Name Manager dialog to edit a defined name.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace