Represents the method that handles the Label event.
[Visual Basic .NET] Public Delegate Sub LabelEventHandler ( _ ByVal placedObject As IPlacedObject, _ ByRef Cancel As Boolean _ )
[C#] public delegate void LabelEventHandler ( IPlacedObject placedObject, ref bool Cancel );