Click or drag to resize

DiaryOwnerEventsClassDiaryOwnerFieldsChanged Method

Namespace:  SuperOffice.COM.Events
Assembly:  SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void DiaryOwnerFieldsChanged(
	string i_ActionName,
	int i_DiaryOwnerId,
	Object i_FieldIds,
	Object i_FieldNames,
	Object i_ExtraIds,
	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

Implements

IDiaryOwnerEventsDiaryOwnerFieldsChanged(String, Int32, Object, Object, Object, Int32)
See Also