Back to Devexpress

Workbook.RangeCopied Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-3cfd8b71.md

latest1.8 KB
Original Source

Workbook.RangeCopied Event

Occurs after the range content has been copied.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event RangeCopiedEventHandler RangeCopied
vb
Public Event RangeCopied As RangeCopiedEventHandler

Event Data

The RangeCopied event's data class is RangeCopiedEventArgs. The following properties provide information specific to this event:

PropertyDescription
IsCutGets or sets a value indicating whether the copied data is cut from the source range.
RangeReferenceGets the reference to the cell range from which data has been copied.

Implements

RangeCopied

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace