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