QuoteEventsClassQuoteCanceled Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void QuoteCanceled(
int i_QuoteId
)
Public Overridable Sub QuoteCanceled (
i_QuoteId As Integer
)
Dim instance As QuoteEventsClass
Dim i_QuoteId As Integer
instance.QuoteCanceled(i_QuoteId)
public:
virtual void QuoteCanceled(
int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
Implements
IQuoteEventsQuoteCanceled(Int32)
See Also