ExpressionEdit.BrowseExprDialogClosed
- Updated2025-07-21
- 1 minute(s) read
ExpressionEdit.BrowseExprDialogClosed
Syntax
ControlName_BrowseExprDialogClosed( userHitOK, contextModified)
Applies To
Purpose
Occurs when you close an Expression Browser dialog box displayed using the Browse menu item in the ExpressionEdit control context menu or the ExpressionEdit.DisplayBrowseExprDialog method.
Parameters
userHitOK As Boolean
[In] This parameter is True when you click OK in the Expression Browser dialog box and False when you click Cancel.
contextModified As Boolean
[In] This parameter is True when a variable or property in the context is created, deleted, or renamed through the context menu in the Expression Browser dialog box while the Expression Browser dialog box is displayed. This parameter is False when the user modifies only the value of a variable or property.