AppointmentEventsClassCurrentAppointmentCompletedChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentAppointmentCompletedChanged(
short oldCompleted,
short newCompleted
)
Public Overridable Sub CurrentAppointmentCompletedChanged (
oldCompleted As Short,
newCompleted As Short
)
Dim instance As AppointmentEventsClass
Dim oldCompleted As Short
Dim newCompleted As Short
instance.CurrentAppointmentCompletedChanged(oldCompleted,
newCompleted)
public:
virtual void CurrentAppointmentCompletedChanged(
short oldCompleted,
short newCompleted
)
Parameters
- oldCompleted
- Type: SystemInt16
- newCompleted
- Type: SystemInt16
Implements
IAppointmentEventsCurrentAppointmentCompletedChanged(Int16, Int16)
See Also