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 System.Integer _
) |
C# | |
---|
void OnLostFocus(
System.int Id
) |
C++/CLI | |
---|
void OnLostFocus(
& System.int Id
) |
Parameters
- Id
- ID of the control that lost focus
Example
Remarks
See Also