protected override EntryPropertyEditorDelegate <char> CreateDelegate(PropertyViewModel <char> viewModel) { var charDelegate = new CharDelegate(viewModel) { ProxyResponder = new ProxyResponder(this, ProxyRowType.SingleView) }; return(charDelegate); }
public static extern KeyDelegate SetCharCallback(WindowHandle window, CharDelegate callback);
public static extern KeyDelegate SetCharCallback(IntPtr window, CharDelegate callback);
//~V public CharDelegateComparison(ILog log, CharDelegate charDelegate) : base(log) { m_Delegate = charDelegate; }