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


IFinder.UpdateControl Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFinder Interface > IFinder.UpdateControl Method
ArcGIS Developer Help

IFinder.UpdateControl Method

Called whenever ArcMap status changes.

[Visual Basic .NET]
Public Sub UpdateControl ( _
)
[C#]
public void UpdateControl (
);

Product Availability

Available with ArcGIS Desktop.

Description

Called by ArcMap when control needs to be redrawn.

See Also

IFinder Interface