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

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

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