DMReportHelperPatchAnyEvents Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void PatchAnyEvents(
	ref IntCollection EventIDs,
	EMPlaceholderActionLists placeholderActionLists
)
Public Shared Sub PatchAnyEvents ( 
	ByRef EventIDs As IntCollection,
	placeholderActionLists As EMPlaceholderActionLists
)
public:
static void PatchAnyEvents(
	IntCollection^% EventIDs, 
	EMPlaceholderActionLists^ placeholderActionLists
)
static member PatchAnyEvents : 
        EventIDs : IntCollection byref * 
        placeholderActionLists : EMPlaceholderActionLists -> unit 
DMLibrary.DMReportHelper.PatchAnyEvents = function(EventIDs, placeholderActionLists);
Parameters
- EventIDs
 - Type: IntCollection
 - placeholderActionLists
 - Type: DMLibraryEMPlaceholderActionLists
 
See Also