Back to Devexpress

SpreadsheetControl.RangeCopied Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-e2281785.md

latest1.9 KB
Original Source

SpreadsheetControl.RangeCopied Event

Occurs after the range content has been copied.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

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.

Remarks

Handle the RangeCopied event to perform specific actions each time an end-user copies a worksheet range using the SpreadsheetControl’s UI.

To cancel the copy operation, handle the SpreadsheetControl.RangeCopying event that is raised before the cell range is copied.

See Also

RangeCopying

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace