Back to Devexpress

SpreadsheetControl.DefinedNameAdded Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-6e602f00.md

latest1.9 KB
Original Source

SpreadsheetControl.DefinedNameAdded Event

Occurs after the defined name is created.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event DefinedNameAddedEventHandler DefinedNameAdded
vb
Public Event DefinedNameAdded As DefinedNameAddedEventHandler

Event Data

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

PropertyDescription
IsGlobalGets whether the defined name has a workbook scope.
NameGets the name of the defined name object.
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.

Remarks

Note

The DefinedNameAdded event is fired only if a defined name is created in the Name Manager dialog.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace