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