IDuplicateTypeNamesHandler
Description:
An interface for custom handlers of duplicate type names encountered during a paste operation.
An interface for custom handlers of duplicate type names encountered during a paste operation.
public interface IDuplicateTypeNamesHandler
| Name | Return Type | Description |
|---|---|---|
| OnDuplicateTypeNamesFound(DuplicateTypeNamesHandlerArgs) | DuplicateTypeAction | Called when the destination document contains types with the same names as the types being copied. |