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