Antaa focuksen inputTextBoxille.

Namespace: UIControls
Assembly: UIControls (in UIControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override void OnGotFocus(
	RoutedEventArgs e
)
Visual Basic
Protected Overrides Sub OnGotFocus ( _
	e As RoutedEventArgs _
)
Visual C++
protected:
virtual void OnGotFocus(
	RoutedEventArgs^ e
) override

Parameters

e
Type: System.Windows..::..RoutedEventArgs
Tapahtuman argumentit.

See Also