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