ContactEventsClassContactBeforeDelete Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ContactBeforeDelete(
int ContactId
)
Public Overridable Sub ContactBeforeDelete (
ContactId As Integer
)
Dim instance As ContactEventsClass
Dim ContactId As Integer
instance.ContactBeforeDelete(ContactId)
public:
virtual void ContactBeforeDelete(
int ContactId
)
Parameters
- ContactId
- Type: SystemInt32
Implements
IContactEventsContactBeforeDelete(Int32)
See Also