QuoteAlternativeEventsClassQuoteAlternativeBeforeSave Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void QuoteAlternativeBeforeSave(
int i_QuoteAlternativeId
)
Public Overridable Sub QuoteAlternativeBeforeSave (
i_QuoteAlternativeId As Integer
)
Dim instance As QuoteAlternativeEventsClass
Dim i_QuoteAlternativeId As Integer
instance.QuoteAlternativeBeforeSave(i_QuoteAlternativeId)
public:
virtual void QuoteAlternativeBeforeSave(
int i_QuoteAlternativeId
)
Parameters
- i_QuoteAlternativeId
- Type: SystemInt32
Implements
IQuoteAlternativeEventsQuoteAlternativeBeforeSave(Int32)
See Also