This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Delegate Sub LocatorAddedEventHandler ( _ ByVal category As String, _ ByVal Locator As ILocator, _ ByVal index As Integer _ )
[C#] public delegate void LocatorAddedEventHandler ( string category, ILocator Locator, int index );