QuoteEventsClassQuoteBeforeDelete Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void QuoteBeforeDelete(
int i_QuoteId
)
Public Overridable Sub QuoteBeforeDelete (
i_QuoteId As Integer
)
Dim instance As QuoteEventsClass
Dim i_QuoteId As Integer
instance.QuoteBeforeDelete(i_QuoteId)
public:
virtual void QuoteBeforeDelete(
int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
Implements
IQuoteEventsQuoteBeforeDelete(Int32)
See Also