Example #1
0
 void WidgetGotFocusHandler(object o, RoutedEventArgs e)
 {
     Toolkit.Invoke(delegate {
         eventSink.OnGotFocus();
     });
 }