IScriptingEventsOnProjectMemberCanceled 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 OnProjectMemberCanceled(
int identity
)
Sub OnProjectMemberCanceled (
identity As Integer
)
Dim instance As IScriptingEvents
Dim identity As Integer
instance.OnProjectMemberCanceled(identity)
void OnProjectMemberCanceled(
[InAttribute] int identity
)
Parameters
- identity
- Type: SystemInt32
Projectmember_id
Examples
See Also