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


LabelEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

LabelEventHandler Delegate

Represents the method that handles the Label event.
[Visual Basic .NET]
Public Delegate Sub LabelEventHandler ( _
    ByVal placedObject As IPlacedObject, _
    ByRef Cancel As Boolean _
)
[C#]
public delegate void LabelEventHandler (
    IPlacedObject placedObject,
    ref bool Cancel
);