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


IAnnotateFeaturesCallback.AfterAnnotate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

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