IDiaryOwnerEventsDiaryOwnerFieldsChanged Method |
method DiaryOwnerFieldsChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid DiaryOwnerFieldsChanged(
string i_ActionName,
int i_DiaryOwnerId,
Object i_FieldIds,
Object i_FieldNames,
Object i_ExtraIds,
int i_CallDepth
)
Sub DiaryOwnerFieldsChanged (
i_ActionName As String,
i_DiaryOwnerId As Integer,
i_FieldIds As Object,
i_FieldNames As Object,
i_ExtraIds As Object,
i_CallDepth As Integer
)
Dim instance As IDiaryOwnerEvents
Dim i_ActionName As String
Dim i_DiaryOwnerId As Integer
Dim i_FieldIds As Object
Dim i_FieldNames As Object
Dim i_ExtraIds As Object
Dim i_CallDepth As Integer
instance.DiaryOwnerFieldsChanged(i_ActionName,
i_DiaryOwnerId, i_FieldIds, i_FieldNames,
i_ExtraIds, i_CallDepth)
void DiaryOwnerFieldsChanged(
[InAttribute] String^ i_ActionName,
[InAttribute] int i_DiaryOwnerId,
[InAttribute] Object^ i_FieldIds,
[InAttribute] Object^ i_FieldNames,
[InAttribute] Object^ i_ExtraIds,
[InAttribute] int i_CallDepth
)
Parameters
- i_ActionName
- Type: SystemString
- i_DiaryOwnerId
- Type: SystemInt32
- i_FieldIds
- Type: SystemObject
- i_FieldNames
- Type: SystemObject
- i_ExtraIds
- Type: SystemObject
- i_CallDepth
- Type: SystemInt32
See Also