Click or drag to resize
UIElementGotFocus Event
Occurs when the pointer device that previously initiated a Press action is pressed, while within this element. Note that ONLY sender's informations are currently filled (not pointer's)

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public event RoutedEventHandler GotFocus

Value

Type: Windows.UI.XamlRoutedEventHandler
See Also