IScriptingEventsOnPersonAfterMove Method |
Called when a move operation is performed to relocate an object.
New in Seven.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnPersonAfterMove(
int movePersonId
)
Sub OnPersonAfterMove (
movePersonId As Integer
)
Dim instance As IScriptingEvents
Dim movePersonId As Integer
instance.OnPersonAfterMove(movePersonId)
void OnPersonAfterMove(
[InAttribute] int movePersonId
)
Parameters
- movePersonId
- Type: SystemInt32
Examples
See Also