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
Syntaxvoid OnProjectMemberBeforeDelete(
int identity
)
Sub OnProjectMemberBeforeDelete (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnProjectMemberBeforeDelete(identity)
void OnProjectMemberBeforeDelete(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
Projectmember_id
Examplessub 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