CustomShowClonedObjectEventArgs(IObjectSpace, Object, Object, ShowViewParameters) Constructor
Initializes a new instance of the CustomShowClonedObjectEventArgs class with specified settings.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| targetObjectSpace | IObjectSpace | The Object Space of the target cloned object. |
| sourceObject | Object | The source object to be cloned. |
| clonedObject | Object | The target cloned object. |
| showViewParameters | ShowViewParameters | The ShowViewParameters object that is a set of parameters used to display a new View. |
See Also