Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnCommentInputDialogClose Event
An expression that evaluates to a CommentInputDialog object to determine dialog box for which this event should wait.
An expression that evaluates to a Long value for an ID of a button that is pressed.
OnCommentInputDialogClose Event
Description

This event gets launched when a Comment Input dialog box closes.

Syntax
Visual Basic
Public Event OnCommentInputDialogClose( _
   ByVal CommentInputDialog As CommentInputDialog, _
   ByVal PushedBtnID As Long _
)
Parameters
CommentInputDialog
An expression that evaluates to a CommentInputDialog object to determine dialog box for which this event should wait.
PushedBtnID
An expression that evaluates to a Long value for an ID of a button that is pressed.
See Also