ISpreadsheetComponent.CopiedRangePasted Event
In This Article
Occurs after the range content has been pasted into target cells.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
event CopiedRangePastedEventHandler CopiedRangePasted
#Event Data
The CopiedRangePasted event's data class is CopiedRangePastedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Source |
Gets a cell range from which the data has been copied. |
Target |
Gets a cell range into which the data has been pasted. |
See Also