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


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

OnBeginLabelEditEventHandler Delegate

Represents the method that handles the OnBeginLabelEdit event.
[Visual Basic .NET]
Public Delegate Sub OnBeginLabelEditEventHandler ( _
    ByVal X As Integer, _
    ByVal Y As Integer, _
    ByRef CanEdit As Boolean _
)
[C#]
public delegate void OnBeginLabelEditEventHandler (
    int X,
    int Y,
    ref bool CanEdit
);