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,
  VARIANT_BOOL* Cancel
);
[C++]

Parameters

placedObject [in]

  placedObject is a parameter of type IPlacedObject

Cancel [out]   Cancel is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBasicOverposterEvents Interface