LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OnLostFocus Method
See Also 
Leadtools.Windows.Controls Namespace > ImageViewer Class : OnLostFocus Method



e
The System.Windows.RoutedEventArgs that contains the event data.
e
The System.Windows.RoutedEventArgs that contains the event data.
Overrides System.Windows.UIElement.OnLostFocus(System.Windows.RoutedEventArgs)Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnLostFocus( _
   ByVal e As RoutedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageViewer
Dim e As RoutedEventArgs
 
instance.OnLostFocus(e)
C# 
protected override void OnLostFocus( 
   RoutedEventArgs e
)
C++/CLI 
protected:
void OnLostFocus( 
   RoutedEventArgs^ e
) override 

Parameters

e
The System.Windows.RoutedEventArgs that contains the event data.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also