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
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
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