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