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

SheetRemovedEventArgs(String) Constructor

Initializes a new instance of the SheetRemovedEventArgs class with the specified name of the worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public SheetRemovedEventArgs(
    string sheetName
)

Parameters

Name Type Description
sheetName String

A string that is the name of the removed worksheet.

Remarks

The SheetRemovedEventArgs is created automatically and passed to the handler of the SpreadsheetControl.SheetRemoved event.

See Also