ContextChangedReasons
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ContextChangedReasons
The ExpressionEdit control passes one of these constants as the reason parameter to the ExpressionEdit.ContextChanged event to specify why the ExpressionEdit control generated the ExpressionEdit.ContextChanged event.
- ContextChangedReason_ExpressionBrowserDialogBox –(Value: 3) Specifies that the user modified the context the ExpressionEdit.Context property specifies through the context menu in the Expression Browser dialog box. A user can rename, insert, or delete properties. This constant is not set when the user modifies only the value of a variable or property.
- ContextChangedReason_SetContext –(Value: 1) Specifies that the application programmatically set the ExpressionEdit.Context property to a new value.
- ContextChangedReason_VariableCreatedFromContextMenu –(Value: 2) Specifies that the user modified the context the ExpressionEdit.Context property specifies when creating a variable through the context menu in the ExpressionEdit control.