Skip to main content
Row

ShapeChangingEventArgs(String, Int32, ShapeType) Constructor

Initializes a new instance of the ShapeChangingEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ShapeChangingEventArgs(
    string sheetName,
    int shapeId,
    ShapeType shapeType
)

Parameters

Name Type Description
sheetName String

A string that is the name of the worksheet from which the drawing object is being removed.

shapeId Int32

An integer specifying the ID of the drawing object that is about to be removed.

shapeType ShapeType

A ShapeType enumeration member specifying the type of the drawing object for which the event has been raised.

Remarks

The ShapeChangingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ShapeRemoving event.

See Also