QuoteAlternativeEventsClassQuoteAlternativeFieldsChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void QuoteAlternativeFieldsChanged(
string i_ActionName,
int i_QuoteAlternativeId,
Object i_FieldIds,
Object i_FieldNames,
Object i_ExtraIds,
int i_CallDepth
)
Public Overridable Sub QuoteAlternativeFieldsChanged (
i_ActionName As String,
i_QuoteAlternativeId As Integer,
i_FieldIds As Object,
i_FieldNames As Object,
i_ExtraIds As Object,
i_CallDepth As Integer
)
Dim instance As QuoteAlternativeEventsClass
Dim i_ActionName As String
Dim i_QuoteAlternativeId As Integer
Dim i_FieldIds As Object
Dim i_FieldNames As Object
Dim i_ExtraIds As Object
Dim i_CallDepth As Integer
instance.QuoteAlternativeFieldsChanged(i_ActionName,
i_QuoteAlternativeId, i_FieldIds,
i_FieldNames, i_ExtraIds, i_CallDepth)
public:
virtual void QuoteAlternativeFieldsChanged(
[InAttribute] String^ i_ActionName,
[InAttribute] int i_QuoteAlternativeId,
[InAttribute] Object^ i_FieldIds,
[InAttribute] Object^ i_FieldNames,
[InAttribute] Object^ i_ExtraIds,
[InAttribute] int i_CallDepth
)
Parameters
- i_ActionName
- Type: SystemString
- i_QuoteAlternativeId
- Type: SystemInt32
- i_FieldIds
- Type: SystemObject
- i_FieldNames
- Type: SystemObject
- i_ExtraIds
- Type: SystemObject
- i_CallDepth
- Type: SystemInt32
Implements
IQuoteAlternativeEventsQuoteAlternativeFieldsChanged(String, Int32, Object, Object, Object, Int32)
See Also