ArcObjects Library Reference (SystemUI)  

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