Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ISpreadsheetComponent.RangeCopied Event

Occurs after the range content has been copied.

Namespace: DevExpress.Spreadsheet

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

Declaration

event RangeCopiedEventHandler RangeCopied

Event Data

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

Property Description
IsCut Gets or sets a value indicating whether the copied data is cut from the source range.
RangeReference Gets the reference to the cell range from which data has been copied.
See Also