Esempio n. 1
0
        public void UpdateEventArgsFromJavascript(Neutronium.Core.Binding.CollectionChanges.CollectionChanges iCollectionChanges)
        {
            var ilist = CValue as IList;
            if (ilist == null) return;

            iCollectionChanges.IndividualChanges.ForEach(c => ReplayChanges(c, ilist));
        }
 public WPFHTMLWindowProvider(IWPFWebWindow iIWPFWebWindow, Neutronium.WPF.Internal.HTMLControlBase iHTMLControlBase)
 {
     _IWPFWebWindow = iIWPFWebWindow;
     _HTMLControlBase = iHTMLControlBase;
     _UIElement = _IWPFWebWindow.UIElement;
 }
Esempio n. 3
0
 private void Goto(Neutronium.Example.ViewModel.Person person) 
 {
     Navigation?.NavigateAsync(person);
 }