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


IBasicOverposterEvents.Label Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterEvents Interface > IBasicOverposterEvents.Label Event
ArcGIS Developer Help

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