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