OnLostFocus Method (FpButton)
In This Topic
Internal use only.
Syntax
'Declaration
Protected Overrides Sub OnLostFocus( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpButton
Dim e As EventArgs
instance.OnLostFocus(e)
protected override void OnLostFocus(
EventArgs
)
Parameters
- e
See Also