Occurs when the text in the edit box portion of the ExpressionEditor is changed.
Syntax
object_EditChange(ByVal bSourceEmpty As Boolean)
Properties
The EditChange event syntax has these parts:
Part |
Description |
Object |
An object expression that evaluates to an object in the Applies To list. |
bSourceEmpty |
Whether the edit box is empty or not. If True, the edit box is empty. If False, the edit box is not empty. |