Skip to main content
.NET 8.0+

CustomGetCloneActionTargetTypesEventArgs(ITypeInfo, IModelApplication) Constructor

Initializes a new instance of the CustomGetCloneActionTargetTypesEventArgs class with specified settings.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public CustomGetCloneActionTargetTypesEventArgs(
    ITypeInfo sourceType,
    IModelApplication applicationModel
)

Parameters

Name Type Description
sourceType ITypeInfo

The type of the source object to be cloned.

applicationModel IModelApplication

An IModelApplication object that is Application Model‘s root node.’

See Also