Control.OnGotFocus(RoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
void OnGotFocus(RoutedEventArgs const& e);
protected virtual void OnGotFocus(RoutedEventArgs e);
function onGotFocus(e)
Protected Overridable Sub OnGotFocus (e As RoutedEventArgs)
Parameters
The data for the event.