Represents the method that handles the TileOverflow event.
[Visual Basic .NET] Public Delegate Sub TileOverflowEventHandler ( _ ByVal pLayer As ILayer _ )
[C#] public delegate void TileOverflowEventHandler ( ILayer pLayer );