Called when a control (edit box, combo box, list box, or number box) loses focus on this PropertyManager page.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub OnLostFocus( _
ByVal Id As Integer _
) |
| C# | |
|---|
void OnLostFocus(
int Id
) |
| C++/CLI | |
|---|
void OnLostFocus(
& int Id
) |
Parameters
- Id
- ID of the control that lost focus
Example
Remarks
See Also