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