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