ISaleEventsCurrentSaleStatusChanged Method |
method CurrentSaleStatusChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid CurrentSaleStatusChanged(
short oldStatus,
short newStatus
)
Sub CurrentSaleStatusChanged (
oldStatus As Short,
newStatus As Short
)
Dim instance As ISaleEvents
Dim oldStatus As Short
Dim newStatus As Short
instance.CurrentSaleStatusChanged(oldStatus,
newStatus)
void CurrentSaleStatusChanged(
short oldStatus,
short newStatus
)
Parameters
- oldStatus
- Type: SystemInt16
- newStatus
- Type: SystemInt16
See Also