Back to Devexpress

SpreadsheetControl.CopiedRangePasting Event

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-541372a6.md

latest2.5 KB
Original Source

SpreadsheetControl.CopiedRangePasting Event

Occurs before the range content is pasted into target cells.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public event CopiedRangePastingEventHandler CopiedRangePasting
vb
Public Event CopiedRangePasting As CopiedRangePastingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the operation of pasting data should be canceled.
IsCutGets or sets a value indicating whether the copied data is cut from the source range.
PasteSpecialFlagsGets or sets the part of copied data to be pasted into target range.
TargetRangeGets the cell range into which data are going to be pasted.

Remarks

Handle the CopiedRangePasting event to perform any actions before the content of copied cells is pasted into the target range. The event parameters allow you define paste options, specify whether the cut operation should be performed, or cancel the paste operation.

The SpreadsheetControl.CopiedRangePasted event is raised when the paste operation is completed.

See Also

CopiedRangePasted

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace