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

CustomCloneObjectEventArgs Class

Arguments passed to the CloneObjectViewController.CustomCloneObject event.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v19.2.dll

Declaration

public class CustomCloneObjectEventArgs :
    EventArgs

Remarks

The CustomCloneObjectEventArgs class declares properties specific to the CloneObjectViewController.CustomCloneObject event, that allows you to implement the custom cloning process.

Inheritance

Object
EventArgs
CustomCloneObjectEventArgs
See Also