This event gets launched when a Comment Input dialog box closes.
Visual Basic |
---|
Public Event OnCommentInputDialogClose( _ ByVal CommentInputDialog As CommentInputDialog, _ ByVal PushedBtnID As Long _ ) |
- 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.