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


IAnnotateFeaturesCallback.AfterAnnotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IA > IAnnotateFeaturesCallback Interface > IAnnotateFeaturesCallback.AfterAnnotate Method
ArcGIS Developer Help

IAnnotateFeaturesCallback.AfterAnnotate Method

Called after anno is added.

[Visual Basic .NET]
Public Sub AfterAnnotate ( _
    ByVal ok As Boolean _
)
[C#]
public void AfterAnnotate (
    bool ok
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnnotateFeaturesCallback Interface