Back to Devexpress

ShapeChangingEventArgs Class

officefileapi-devexpress-dot-spreadsheet-ba54b55b.md

latest2.1 KB
Original Source

ShapeChangingEventArgs Class

Provides data for the SpreadsheetControl.ShapeRemoving event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class ShapeChangingEventArgs :
    SheetCancelEventArgsBase
vb
Public Class ShapeChangingEventArgs
    Inherits SheetCancelEventArgsBase

ShapeChangingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.ShapeRemoving
WPF ControlsSpreadsheetControl.ShapeRemoving
Office File APIISpreadsheetComponent.ShapeRemoving
Workbook.ShapeRemoving

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

ShapeChangingEventArgs Members

DevExpress.Spreadsheet Namespace