This event gets launched immediately after the specified command (Cmmd) gets executed.
Visual Basic |
---|
Public Event OnObjectExecuted( _ ByVal PartProg As PartProgram, _ ByVal Cmmd As Command _ ) |
- PartProg
- An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
- Cmmd
- An expression that evaluates to a Command object to determine the command about to be executed.