FocusChangedEventHandler Delegate
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the method that handles an event that occurs when the focus changes.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Delegate Sub FocusChangedEventHandler ( _
sender As Object, _
e As FocusChangedEventArgs _
)
public delegate void FocusChangedEventHandler(
Object sender,
FocusChangedEventArgs e
)
public delegate void FocusChangedEventHandler(
Object^ sender,
FocusChangedEventArgs^ e
)
type FocusChangedEventHandler =
delegate of
sender:Object *
e:FocusChangedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System. . :: . .Object
The source of the event.
- e
Type: Microsoft.SPOT.Input. . :: . .FocusChangedEventArgs
The event data.