Click or drag to resize

IScriptingEventsOnProjectMemberBeforeDelete 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 OnProjectMemberBeforeDelete(
	int identity
)

Parameters

identity
Type: SystemInt32
Projectmember_id
Examples
VB
sub OnProjectMemberBeforeDelete(id)
    somessagebox "If you need any values from this projectmember you need to get them now. After this the projectmember with contact_id= "  & contactid & " would be gone from the project" 
end sub
See Also