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