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


ISelectionPalette.OnClick Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

ISelectionPalette.OnClick Method

Occurs when the user selects an item the palette.

[Visual Basic .NET]
Public Sub OnClick ( _
    ByVal Index As Integer _
)
[C#]
public void OnClick (
    int Index
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISelectionPalette Interface