←Select platform

OnLostFocus Method

Summary

Occurs when the control loses focus.

Syntax

C#
VB
C++
protected override void OnLostFocus( 
   EventArgs e 
) 
  
Protected Overrides Sub OnLostFocus( _ 
   ByVal e As EventArgs _ 
)  
protected: 
void OnLostFocus(  
   EventArgs^ e 
) override  

Parameters

e
An EventArgs that contains the event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly