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


IBasicOverposterEvents.Label Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterEvents.Label Event

Fires when the label is found.

[Visual Basic .NET]
Public Event Label As LabelEventHandler
[C#]
public event LabelEventHandler Label
[C++]
HRESULT Label(
  IPlacedObject* placedObject,
  Boolean* Cancel
);
[C++]

Parameters placedObject [in]
placedObject is a parameter of type IPlacedObject* Cancel [out]
Cancel is a parameter of type bool*

Product Availability

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

See Also

IBasicOverposterEvents Interface