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


IComboBox.OnSelChange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.OnSelChange Method
ArcGIS Developer Help

IComboBox.OnSelChange Method

Called by system when a selection changes

[Visual Basic .NET]
Public Sub OnSelChange ( _
    ByVal cookie As Integer _
)
[C#]
public void OnSelChange (
    int cookie
);
[C++]
HRESULT OnSelChange(
  long cookie
);
[C++]
Parameters
cookie [in]

cookie is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IComboBox Interface