Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefinedNameEditingEventArgs Class

Provides data for the SpreadsheetControl.DefinedNameEditing event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[ComVisible(true)]
public class DefinedNameEditingEventArgs :
    DefinedNameEventArgsBase

Remarks

The DefinedNameEditingEventArgs class represents an argument for the DefinedNameEditing event of a Spreadsheet control.

An instance of the DefinedNameEditingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

See Also