IContactEventsContactBeforeDelete Method |
method ContactBeforeDete
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ContactBeforeDelete(
int ContactId
)
Sub ContactBeforeDelete (
ContactId As Integer
)
Dim instance As IContactEvents
Dim ContactId As Integer
instance.ContactBeforeDelete(ContactId)
void ContactBeforeDelete(
int ContactId
)
Parameters
- ContactId
- Type: SystemInt32
See Also