Public Event ExpressionChanged As ExpressionChangedEventHandler
public event ExpressionChangedEventHandler ExpressionChanged
Event Data
The event handler receives an argument of type ExpressionChangedEventArgs containing data related to this event. The following ExpressionChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Expression | Gets the current query expression. |
Requirements
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.
See Also