Called when the control gets focus.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual void OnEnter()
Visual Basic (Declaration)
Public Overridable Sub OnEnter

Remarks

Override the OnEnter method to run code when the user clicks the ComboBox.

See Also