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