Esempio n. 1
0
        private void OnInputTextLostFocus(object sender, EventArgs e)
        {
            ContentControl.ParentNotify notify = new ContentControl.ParentNotify(m_hwndParent);

            notify.NotifyKillFocus();
        }
Esempio n. 2
0
        private void OnInputTextChanged(object sender, EventArgs e)
        {
            ContentControl.ParentNotify notify = new ContentControl.ParentNotify(m_hwndParent);

            notify.NotifyChange();
        }