protected override EntryPropertyEditorDelegate <char> CreateDelegate(PropertyViewModel <char> viewModel)
        {
            var charDelegate = new CharDelegate(viewModel)
            {
                ProxyResponder = new ProxyResponder(this, ProxyRowType.SingleView)
            };

            return(charDelegate);
        }
Example #2
0
 public static extern KeyDelegate SetCharCallback(WindowHandle window, CharDelegate callback);
Example #3
0
 public static extern KeyDelegate SetCharCallback(IntPtr window, CharDelegate callback);
Example #4
0
        //~V

        public CharDelegateComparison(ILog log, CharDelegate charDelegate) : base(log)
        {
            m_Delegate = charDelegate;
        }