Click or drag to resize
ContactManagementEventsContactInfosDeleted Field
Event fires when DeleteContactInfos(String, Int32) deletes some contacts. Deleted contacts IDs are passed as event parameter. When single contact is deleted this event is not fired. In this case Delete event on TYPEINFO could be used.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static ContactInfosDeletedHandler ContactInfosDeleted

Field Value

Type: ContactInfosDeletedHandler
See Also