SaleEventsClassCurrentSaleTypeChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentSaleTypeChanged(
int oldType,
int newType
)
Public Overridable Sub CurrentSaleTypeChanged (
oldType As Integer,
newType As Integer
)
Dim instance As SaleEventsClass
Dim oldType As Integer
Dim newType As Integer
instance.CurrentSaleTypeChanged(oldType,
newType)
public:
virtual void CurrentSaleTypeChanged(
int oldType,
int newType
)
Parameters
- oldType
- Type: SystemInt32
- newType
- Type: SystemInt32
Implements
ISaleEventsCurrentSaleTypeChanged(Int32, Int32)
See Also