ExpressionEdit.BrowseExprDialogClosed

Syntax

ControlName_BrowseExprDialogClosed( userHitOK, contextModified)

Applies To

ExpressionEdit

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.

See Also

Expression Browser dialog box

ExpressionEdit.BrowseExprDialogOpened

ExpressionEdit.DisplayBrowseExprDialog