Click or drag to resize

DocumentEventsClassDocumentFieldsChanged Method

Namespace:  SuperOffice.COM.Events
Assembly:  SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void DocumentFieldsChanged(
	string actionName,
	int DocumentId,
	Object fieldIds,
	Object fieldNames,
	Object extraIds,
	int callDepth
)

Parameters

actionName
Type: SystemString
DocumentId
Type: SystemInt32
fieldIds
Type: SystemObject
fieldNames
Type: SystemObject
extraIds
Type: SystemObject
callDepth
Type: SystemInt32

Implements

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