ISaleEventsCurrentSaleTypeChanged Method |
method CurrentSaleTypeChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid CurrentSaleTypeChanged(
int oldType,
int newType
)
Sub CurrentSaleTypeChanged (
oldType As Integer,
newType As Integer
)
Dim instance As ISaleEvents
Dim oldType As Integer
Dim newType As Integer
instance.CurrentSaleTypeChanged(oldType,
newType)
void CurrentSaleTypeChanged(
int oldType,
int newType
)
Parameters
- oldType
- Type: SystemInt32
- newType
- Type: SystemInt32
See Also