Skip to main content
Row

ShapesCopyingEventArgs() Constructor

Initializes a new instance of the ShapesCopyingEventArgs class with the default settings.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ShapesCopyingEventArgs()

Remarks

The ShapesCopyingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ShapesCopying event.

See Also