Skip to main content
.NET 8.0+

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

Declaration

public CustomShowClonedObjectEventArgs(
    IObjectSpace targetObjectSpace,
    object sourceObject,
    object clonedObject,
    ShowViewParameters showViewParameters
)

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