IScriptingEventsOnContactBeforeDelete Method |
Identity is the id of the current object.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnContactBeforeDelete(
int identity
)
Sub OnContactBeforeDelete (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnContactBeforeDelete(identity)
void OnContactBeforeDelete(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
contact_id
Examplessub OnContactBeforeDelete(id)
somessagebox "If you need any values from this contact you need to get them now. After this the contact with contact_id= " & id & " would be gone from the database"
end sub
See Also