SOScriptingEventsClassOnCurrentAppointmentCompletedChanged Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnCurrentAppointmentCompletedChanged(
int oldValue,
int newValue
)
Public Overridable Sub OnCurrentAppointmentCompletedChanged (
oldValue As Integer,
newValue As Integer
)
Dim instance As SOScriptingEventsClass
Dim oldValue As Integer
Dim newValue As Integer
instance.OnCurrentAppointmentCompletedChanged(oldValue,
newValue)
public:
virtual void OnCurrentAppointmentCompletedChanged(
[InAttribute] int oldValue,
[InAttribute] int newValue
)
Parameters
- oldValue
- Type: SystemInt32
- newValue
- Type: SystemInt32
Implements
IScriptingEventsOnCurrentAppointmentCompletedChanged(Int32, Int32)
See Also