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