Skip to main content
.NET 6.0+

CustomGetCloneActionTargetTypesEventArgs(ITypeInfo, IModelApplication) Constructor

Initializes a new instance of the CustomGetCloneActionTargetTypesEventArgs class.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v23.2.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 representing Application Model‘s root node.

See Also