Share via


FocusChangedEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the FocusChangedEventArgs class.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    buttonDevice As ButtonDevice, _
    timestamp As DateTime, _
    oldFocus As UIElement, _
    newFocus As UIElement _
)
public FocusChangedEventArgs(
    ButtonDevice buttonDevice,
    DateTime timestamp,
    UIElement oldFocus,
    UIElement newFocus
)
public:
FocusChangedEventArgs(
    ButtonDevice^ buttonDevice, 
    DateTime timestamp, 
    UIElement^ oldFocus, 
    UIElement^ newFocus
)
new : 
        buttonDevice:ButtonDevice * 
        timestamp:DateTime * 
        oldFocus:UIElement * 
        newFocus:UIElement -> FocusChangedEventArgs
public function FocusChangedEventArgs(
    buttonDevice : ButtonDevice, 
    timestamp : DateTime, 
    oldFocus : UIElement, 
    newFocus : UIElement
)

Parameters

.NET Framework Security

See Also

Reference

FocusChangedEventArgs Class

Microsoft.SPOT.Input Namespace