This document is archived and information here might be outdated.  Recommended version.


OnItemClickEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnItemClickEventHandler Delegate

Represents the method that handles the OnItemClick event.
[Visual Basic .NET]
Public Delegate Sub OnItemClickEventHandler ( _
    ByVal index As Integer _
)
[C#]
public delegate void OnItemClickEventHandler (
    int index
);