IContactEventsCurrentContactAssociateChanged Method |
method CurrentContactAssociateChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid CurrentContactAssociateChanged(
int oldValue,
int newValue
)
Sub CurrentContactAssociateChanged (
oldValue As Integer,
newValue As Integer
)
Dim instance As IContactEvents
Dim oldValue As Integer
Dim newValue As Integer
instance.CurrentContactAssociateChanged(oldValue,
newValue)
void CurrentContactAssociateChanged(
int oldValue,
int newValue
)
Parameters
- oldValue
- Type: SystemInt32
- newValue
- Type: SystemInt32
See Also