Skip to main content
A newer version of this page is available. .

CustomGetCloneActionTargetTypesEventArgs(ITypeInfo, IModelApplication) Constructor

Initializes a new instance of the CustomGetCloneActionTargetTypesEventArgs class.

Namespace: DevExpress.ExpressApp.CloneObject

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

See Also