Skip to main content
.NET 8.0+

CustomShowClonedObjectEventArgs Class

Arguments passed to the CloneObjectViewController.CustomShowClonedObject event.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll

Declaration

public class CustomShowClonedObjectEventArgs :
    HandledEventArgs

Remarks

The CustomShowClonedObjectEventArgs class declares properties specific to the CloneObjectViewController.CustomShowClonedObject event that you can use to implement the custom code instead of displaying the Detail View with the cloned object.

Inheritance

Object
EventArgs
HandledEventArgs
CustomShowClonedObjectEventArgs
See Also