Back to Devexpress

ShapeChangedEventArgs Class

officefileapi-devexpress-dot-spreadsheet-6c810307.md

latest2.7 KB
Original Source

ShapeChangedEventArgs Class

Provides data for the SpreadsheetControl.ShapeInserted and SpreadsheetControl.ShapeRemoved events.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class ShapeChangedEventArgs :
    SheetEventArgsBase
vb
Public Class ShapeChangedEventArgs
    Inherits SheetEventArgsBase

ShapeChangedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.ShapeInserted
SpreadsheetControl.ShapeRemoved
WPF ControlsSpreadsheetControl.ShapeInserted
SpreadsheetControl.ShapeRemoved
Office File APIISpreadsheetComponent.ShapeInserted
ISpreadsheetComponent.ShapeRemoved
Workbook.ShapeInserted
Workbook.ShapeRemoved

Remarks

The ShapeChangedEventArgs class represents an argument for the SpreadsheetControl.ShapeInserted and SpreadsheetControl.ShapeRemoved events of the SpreadsheetControl.

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

Inheritance

Object EventArgs DevExpress.Spreadsheet.SheetEventArgsBase ShapeChangedEventArgs

See Also

ShapeChangedEventArgs Members

DevExpress.Spreadsheet Namespace