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






routedEvent
timeStamp
oldFocus
newFocus
Initializes a new instance of KeyboardFocusChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal timeStamp As Integer, _
   ByVal oldFocus As DependencyObject, _
   ByVal newFocus As DependencyObject _
)
Visual Basic (Usage)Copy Code
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)
C# 
public KeyboardFocusChangedEventArgs( 
   RoutedEvent routedEvent,
   int timeStamp,
   DependencyObject oldFocus,
   DependencyObject newFocus
)
Delphi 
public KeyboardFocusChangedEventArgs( 
    routedEvent: RoutedEvent;
    timeStamp: Integer;
    oldFocus: DependencyObject;
    newFocus: DependencyObject
); 
JScript 
public function KeyboardFocusChangedEventArgs( 
   routedEvent : RoutedEvent,
   timeStamp : int,
   oldFocus : DependencyObject,
   newFocus : DependencyObject
);
Managed Extensions for C++ 
public: KeyboardFocusChangedEventArgs( 
   RoutedEvent* routedEvent,
   int timeStamp,
   DependencyObject* oldFocus,
   DependencyObject* newFocus
)
C++/CLI 
public:
KeyboardFocusChangedEventArgs( 
   RoutedEvent^ routedEvent,
   int timeStamp,
   DependencyObject^ oldFocus,
   DependencyObject^ newFocus
)

Parameters

routedEvent
timeStamp
oldFocus
newFocus

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.