public event ExpressionChangedEventHandler ExpressionChanged
Public Event ExpressionChanged As ExpressionChangedEventHandler
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, Windows 10
ArcGIS Pro version: 3 or higher.
See Also