IQuoteEventsQuoteCanceled Method |
method QuoteCanceled
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid QuoteCanceled(
int i_QuoteId
)
Sub QuoteCanceled (
i_QuoteId As Integer
)
Dim instance As IQuoteEvents
Dim i_QuoteId As Integer
instance.QuoteCanceled(i_QuoteId)
void QuoteCanceled(
int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
See Also