Back to Devexpress

ShapesCopyingEventArgs Class

officefileapi-devexpress-dot-spreadsheet-7671d8dd.md

latest2.0 KB
Original Source

ShapesCopyingEventArgs Class

Provides data for the SpreadsheetControl.ShapesCopying event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class ShapesCopyingEventArgs :
    CancelEventArgs
vb
Public Class ShapesCopyingEventArgs
    Inherits CancelEventArgs

ShapesCopyingEventArgs is the data class for the following events:

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

Remarks

The ShapesCopyingEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.ShapesCopying event handlers.

Inheritance

Object EventArgs CancelEventArgs ShapesCopyingEventArgs

See Also

ShapesCopyingEventArgs Members

DevExpress.Spreadsheet Namespace