ArcGIS Explorer Component Help |
ComboBox..::.OnLeave Method |
ComboBox Class See Also |
Called on an editable combobox, providing an opportunity to perform some work when focus moves away from the control.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual void OnLeave() |
Visual Basic (Declaration) |
---|
Public Overridable Sub OnLeave |
Remarks
The OnLeave method is called on an editable ComboBox when focus is moved away from the ComboBox, for example when the a ComboBox contains spinners to increase or decrease values when focus is moved awawy from the ComboBox code within your customization can run.