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