Intersoft ClientUI Documentation
OldFocus Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > KeyboardFocusChangedEventArgs Class : OldFocus Property






Gets the UIElement that just lose its focus.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OldFocus As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As KeyboardFocusChangedEventArgs
Dim value As DependencyObject
 
value = instance.OldFocus
C# 
public DependencyObject OldFocus {get;}
Delphi 
public read-only property OldFocus: DependencyObject; 
JScript 
public function get OldFocus : DependencyObject
Managed Extensions for C++ 
public: __property DependencyObject* get_OldFocus();
C++/CLI 
public:
property DependencyObject^ OldFocus {
   DependencyObject^ get();
}

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.