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


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

OnEndLabelEditEventHandler Delegate

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