ContactEventsClassCurrentContactCategoryChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentContactCategoryChanged(
int oldValue,
int newValue
)
Public Overridable Sub CurrentContactCategoryChanged (
oldValue As Integer,
newValue As Integer
)
Dim instance As ContactEventsClass
Dim oldValue As Integer
Dim newValue As Integer
instance.CurrentContactCategoryChanged(oldValue,
newValue)
public:
virtual void CurrentContactCategoryChanged(
int oldValue,
int newValue
)
Parameters
- oldValue
- Type: SystemInt32
- newValue
- Type: SystemInt32
Implements
IContactEventsCurrentContactCategoryChanged(Int32, Int32)
See Also