OnLostFocus Method (InputEditorViewBase)
In This Topic
Called by the host control when this
C1.Framework.Element loses the focus.
Syntax
'Declaration
Public Overrides Sub OnLostFocus( _
ByVal As EventArgs _
)
public override void OnLostFocus(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also