Intersoft ClientUI Documentation
KeyboardFocusChangedEventArgs Constructor



Initializes a new instance of KeyboardFocusChangedEventArgs class.
Syntax
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal timeStamp As Integer, _
   ByVal oldFocus As DependencyObject, _
   ByVal newFocus As DependencyObject _
)
Dim routedEvent As RoutedEvent
Dim timeStamp As Integer
Dim oldFocus As DependencyObject
Dim newFocus As DependencyObject
 
Dim instance As New KeyboardFocusChangedEventArgs(routedEvent, timeStamp, oldFocus, newFocus)
public KeyboardFocusChangedEventArgs( 
   RoutedEvent routedEvent,
   int timeStamp,
   DependencyObject oldFocus,
   DependencyObject newFocus
)
public:
KeyboardFocusChangedEventArgs( 
   RoutedEvent^ routedEvent,
   int timeStamp,
   DependencyObject^ oldFocus,
   DependencyObject^ newFocus
)

Parameters

routedEvent
timeStamp
oldFocus
newFocus
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyboardFocusChangedEventArgs Class
KeyboardFocusChangedEventArgs Members

Send Feedback