PersonEventsClassPersonFieldsChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void PersonFieldsChanged(
string actionName,
int PersonId,
Object fieldIds,
Object fieldNames,
Object extraIds,
int callDepth
)
Public Overridable Sub PersonFieldsChanged (
actionName As String,
PersonId As Integer,
fieldIds As Object,
fieldNames As Object,
extraIds As Object,
callDepth As Integer
)
Dim instance As PersonEventsClass
Dim actionName As String
Dim PersonId As Integer
Dim fieldIds As Object
Dim fieldNames As Object
Dim extraIds As Object
Dim callDepth As Integer
instance.PersonFieldsChanged(actionName,
PersonId, fieldIds, fieldNames, extraIds,
callDepth)
public:
virtual void PersonFieldsChanged(
[InAttribute] String^ actionName,
[InAttribute] int PersonId,
[InAttribute] Object^ fieldIds,
[InAttribute] Object^ fieldNames,
[InAttribute] Object^ extraIds,
[InAttribute] int callDepth
)
Parameters
- actionName
- Type: SystemString
- PersonId
- Type: SystemInt32
- fieldIds
- Type: SystemObject
- fieldNames
- Type: SystemObject
- extraIds
- Type: SystemObject
- callDepth
- Type: SystemInt32
Implements
IPersonEventsPersonFieldsChanged(String, Int32, Object, Object, Object, Int32)
See Also