This document is archived and information here might be outdated.  Recommended version.


IDefinitionExpressionEvents.DefinitionExpressionChanged Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDefinitionExpressionEvents.DefinitionExpressionChanged Event

Occurs when the Definition Expression changes.

[Visual Basic .NET]
Public Event DefinitionExpressionChanged As DefinitionExpressionChangedEventHandler
[C#]
public event DefinitionExpressionChangedEventHandler DefinitionExpressionChanged
[C++]
HRESULT DefinitionExpressionChanged(
  LPUNKNOWN pSource
);
[C++]

Parameters pSource [in]
pSource is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDefinitionExpressionEvents Interface