Skip to main content
Row

ShapeChangingEventArgs Class

Provides data for the SpreadsheetControl.ShapeRemoving event.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class ShapeChangingEventArgs :
    SheetCancelEventArgsBase

Remarks

An instance of the ShapeChangingEventArgs class with appropriate settings is automatically created and passed to the SpreadsheetControl.ShapeRemoving event handler.

Inheritance

Object
EventArgs
CancelEventArgs
DevExpress.Spreadsheet.SheetCancelEventArgsBase
ShapeChangingEventArgs
See Also