IPersonEventsCurrentPersonBeforeSave Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid CurrentPersonBeforeSave(
out int result
)
Sub CurrentPersonBeforeSave (
<OutAttribute> ByRef result As Integer
)
Dim instance As IPersonEvents
Dim result As Integer
instance.CurrentPersonBeforeSave(result)
void CurrentPersonBeforeSave(
[OutAttribute] int% result
)
Parameters
- result
- Type: SystemInt32
See Also