IDocumentEventsDocumentFieldsChanged Method |
method DocumentFieldsChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid DocumentFieldsChanged(
string actionName,
int DocumentId,
Object fieldIds,
Object fieldNames,
Object extraIds,
int callDepth
)
Sub DocumentFieldsChanged (
actionName As String,
DocumentId As Integer,
fieldIds As Object,
fieldNames As Object,
extraIds As Object,
callDepth As Integer
)
Dim instance As IDocumentEvents
Dim actionName As String
Dim DocumentId As Integer
Dim fieldIds As Object
Dim fieldNames As Object
Dim extraIds As Object
Dim callDepth As Integer
instance.DocumentFieldsChanged(actionName,
DocumentId, fieldIds, fieldNames,
extraIds, callDepth)
void DocumentFieldsChanged(
[InAttribute] String^ actionName,
[InAttribute] int DocumentId,
[InAttribute] Object^ fieldIds,
[InAttribute] Object^ fieldNames,
[InAttribute] Object^ extraIds,
[InAttribute] int callDepth
)
Parameters
- actionName
- Type: SystemString
- DocumentId
- Type: SystemInt32
- fieldIds
- Type: SystemObject
- fieldNames
- Type: SystemObject
- extraIds
- Type: SystemObject
- callDepth
- Type: SystemInt32
See Also