CustomShowClonedObjectEventArgs Class
Arguments passed to the CloneObjectViewController.CustomShowClonedObject event.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
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