Click or drag to resize

IChatSessionEventsChatSessionFieldsChanged Method

method ChatSessionFieldsChanged

Namespace:  SuperOffice.COM.Events
Assembly:  SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntax
void ChatSessionFieldsChanged(
	string i_ActionName,
	int i_ChatSessionId,
	Object i_FieldIds,
	Object i_FieldNames,
	Object i_ExtraIds,
	int i_CallDepth
)

Parameters

i_ActionName
Type: SystemString
i_ChatSessionId
Type: SystemInt32
i_FieldIds
Type: SystemObject
i_FieldNames
Type: SystemObject
i_ExtraIds
Type: SystemObject
i_CallDepth
Type: SystemInt32
See Also