ChatSessionEventsClassChatSessionFieldsChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ChatSessionFieldsChanged(
string i_ActionName,
int i_ChatSessionId,
Object i_FieldIds,
Object i_FieldNames,
Object i_ExtraIds,
int i_CallDepth
)
Public Overridable Sub ChatSessionFieldsChanged (
i_ActionName As String,
i_ChatSessionId As Integer,
i_FieldIds As Object,
i_FieldNames As Object,
i_ExtraIds As Object,
i_CallDepth As Integer
)
Dim instance As ChatSessionEventsClass
Dim i_ActionName As String
Dim i_ChatSessionId As Integer
Dim i_FieldIds As Object
Dim i_FieldNames As Object
Dim i_ExtraIds As Object
Dim i_CallDepth As Integer
instance.ChatSessionFieldsChanged(i_ActionName,
i_ChatSessionId, i_FieldIds, i_FieldNames,
i_ExtraIds, i_CallDepth)
public:
virtual void ChatSessionFieldsChanged(
[InAttribute] String^ i_ActionName,
[InAttribute] int i_ChatSessionId,
[InAttribute] Object^ i_FieldIds,
[InAttribute] Object^ i_FieldNames,
[InAttribute] Object^ i_ExtraIds,
[InAttribute] 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
Implements
IChatSessionEventsChatSessionFieldsChanged(String, Int32, Object, Object, Object, Int32)
See Also