This event gets launched when the specified command (Command) gets added to the specified measurement routine (PartProg).
Visual Basic |
---|
Public Event OnAddObject( _ ByVal PartProg As PartProgram, _ ByVal Command As Command _ ) |
- PartProg
- A PartProgram object to determine the measurement routine for which this event should wait.
- Command
- A Command object to determine the command for which this event should wait.