Skip to main content
Row

CopiedRangePastingEventArgs Class

Provides data for the SpreadsheetControl.CopiedRangePasting event.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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