Click or drag to resize

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
Syntax
void OnContactBeforeDelete(
	int identity
)

Parameters

identity
Type: SystemInt32
contact_id
Examples
VB
sub 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