Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : OnObjectExecuted Event
Command object that determines the command that gets executed.
OnObjectExecuted Event
Description

This event gets launched immediately after the specified Command gets executed.

Syntax
Visual Basic
Public Event OnObjectExecuted( _
   ByVal Command As Command _
)
Parameters
Command
Command object that determines the command that gets executed.
See Also