Intersoft.Client.Framework.Input Namespace > KeyboardFocusChangedEventArgs Class : KeyboardFocusChangedEventArgs Constructor |
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 )
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