QuoteLineEventsClassQuoteLineBeforeSave Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void QuoteLineBeforeSave(
int i_QuoteLineId
)
Public Overridable Sub QuoteLineBeforeSave (
i_QuoteLineId As Integer
)
Dim instance As QuoteLineEventsClass
Dim i_QuoteLineId As Integer
instance.QuoteLineBeforeSave(i_QuoteLineId)
public:
virtual void QuoteLineBeforeSave(
int i_QuoteLineId
)
Parameters
- i_QuoteLineId
- Type: SystemInt32
Implements
IQuoteLineEventsQuoteLineBeforeSave(Int32)
See Also