c# - GotFocus event of TextBox is not firing -
i'm using windows.ui.xaml.controls.textbox developing universal windows app. when text box enabled gotfocus event fired. otherwise when disabled can't observe user interactions it. somehow need know user trying access text box , notify him why can't so. have tried utilize tapped event - no success.
a disabled textbox won't fire gotfocus event (or other events, can see).
consider setting isreadonly property true instead of disabling whole element. events still able fire.
c# xaml windows-store-apps windows-universal
No comments:
Post a Comment