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


ISelectionPalette.OnClick Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IS > ISelectionPalette Interface > ISelectionPalette.OnClick Method
ArcGIS Developer Help

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