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

ShapesCopyingEventArgs() Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ShapesCopyingEventArgs()

Remarks

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

See Also