This document is archived and information here might be outdated. Recommended version. |
[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 );