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