ArcGIS Developer Help  (ESRI.ArcGIS.Controls)  

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
);