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