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

CopiedRangePastingEventArgs Class

Provides data for the SpreadsheetControl.CopiedRangePasting event.

Namespace: DevExpress.Spreadsheet

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

Declaration

public class CopiedRangePastingEventArgs :
    RangeBasedEventArgs<CellRangeBase>

Remarks

The CopiedRangePastingEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.CopiedRangePasting event handlers.

Inheritance

Object
EventArgs
DevExpress.Spreadsheet.RangeBasedEventArgs<DevExpress.XtraSpreadsheet.Model.CellRangeBase>
CopiedRangePastingEventArgs
See Also