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

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

Syntax
Visual Basic
Public Event OnObjectAboutToExecute( _
   ByVal Command As Command _
)
Parameters
Command
Command object that determines the command about to be executed.
See Also