ISaleEventsSaleFieldsChanged Method |
method SaleFieldsChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid SaleFieldsChanged(
string actionName,
int SaleId,
Object fieldIds,
Object fieldNames,
Object extraIds,
int callDepth
)
Sub SaleFieldsChanged (
actionName As String,
SaleId As Integer,
fieldIds As Object,
fieldNames As Object,
extraIds As Object,
callDepth As Integer
)
Dim instance As ISaleEvents
Dim actionName As String
Dim SaleId As Integer
Dim fieldIds As Object
Dim fieldNames As Object
Dim extraIds As Object
Dim callDepth As Integer
instance.SaleFieldsChanged(actionName,
SaleId, fieldIds, fieldNames, extraIds,
callDepth)
void SaleFieldsChanged(
[InAttribute] String^ actionName,
[InAttribute] int SaleId,
[InAttribute] Object^ fieldIds,
[InAttribute] Object^ fieldNames,
[InAttribute] Object^ extraIds,
[InAttribute] int callDepth
)
Parameters
- actionName
- Type: SystemString
- SaleId
- Type: SystemInt32
- fieldIds
- Type: SystemObject
- fieldNames
- Type: SystemObject
- extraIds
- Type: SystemObject
- callDepth
- Type: SystemInt32
See Also