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