Workbook.RangeCopied Event
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public event RangeCopiedEventHandler RangeCopied
#Event Data
The RangeCopied event's data class is RangeCopiedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Is |
Gets or sets a value indicating whether the copied data is cut from the source range. |
Range |
Gets the reference to the cell range from which data has been copied. |
#Implements
See Also