Skip to main content
A newer version of this page is available. .

DefinedNameDeletingEventArgs Class

Provides data for the SpreadsheetControl.DefinedNameDeleting event.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class DefinedNameDeletingEventArgs :
    DefinedNameEventArgsBase

Remarks

The DefinedNameDeletingEventArgs class represents an argument for the DefinedNameDeleting event of a Spreadsheet control.

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

Inheritance

See Also