IScriptingEventsOnProjectMemberRemoved 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 OnProjectMemberRemoved(
int identity
)
Sub OnProjectMemberRemoved (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnProjectMemberRemoved(identity)
void OnProjectMemberRemoved(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
Examplessub OnProjectMemberRemoved (id)
somessagebox "OnProjectMemberRemoved " & id
end sub
See Also