private void OnCallback(object sender, EventArgs e) { StringEventArgs text = (StringEventArgs)e; this.Entry.Text = text.InputString; }