<Code Lib>
2027 Interface
Changes 0
I

IDuplicateTypeNamesHandler

Description:
An interface for custom handlers of duplicate type names encountered during a paste operation.

public interface IDuplicateTypeNamesHandler

Name Return Type Description
M OnDuplicateTypeNamesFound(DuplicateTypeNamesHandlerArgs) DuplicateTypeAction Called when the destination document contains types with the same names as the types being copied.

Loading…