Intersoft ClientUI Documentation
OnLostFocus Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : OnLostFocus Method






e
A System.Windows.RoutedEventArgs that contains event data. This event data must contain the identifier for the System.Windows.UIElement.LostFocus event.
Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnLostFocus( _
   ByVal e As RoutedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimePicker
Dim e As RoutedEventArgs
 
instance.OnLostFocus(e)
C# 
protected override void OnLostFocus( 
   RoutedEventArgs e
)
Delphi 
protected procedure OnLostFocus( 
    e: RoutedEventArgs
); override; 
JScript 
protected override function OnLostFocus( 
   e : RoutedEventArgs
);
Managed Extensions for C++ 
protected: void OnLostFocus( 
   RoutedEventArgs* e
) override 
C++/CLI 
protected:
void OnLostFocus( 
   RoutedEventArgs^ e
) override 

Parameters

e
A System.Windows.RoutedEventArgs that contains event data. This event data must contain the identifier for the System.Windows.UIElement.LostFocus event.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.