CustomGetCloneActionTargetTypesEventArgs(ITypeInfo, IModelApplication) Constructor
Initializes a new instance of the CustomGetCloneActionTargetTypesEventArgs class.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
Declaration
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