This commit is contained in:
Zihan Chen
2019-01-10 15:44:25 -08:00
parent 569d7f0999
commit 24497da533
2 changed files with 2 additions and 2 deletions
@@ -123,7 +123,7 @@
<_ Text-str="Currency(self.currency)"/>
<_ Text-str="Sentence('John Smith')"/>
<_ Text-str="Strings.Sentence('John Smith')"/>
<_ Text-bind="self.Strings.Sentence('John Smith') ?? ''"/>
<_ Text-bind="self.Strings.Sentence('John Smith')"/>
</att.Items>
</TextList>
</Cell>
@@ -701,7 +701,7 @@ Closures
void __vwsnc15_Demo_demo_MainWindowConstructor___vwsn_demo_MainWindow_Initialize__vl_reflection_description_IValueSubscription::__vwsn_bind_activator_()
{
auto __vwsn_bind_activator_result_ = [&](){ try{ return ::vl::__vwsn::This(::vl::__vwsn::This(__vwsn_bind_cache_0)->GetStrings().Obj())->Sentence(::vl::WString(L"John Smith", false)); } catch(...){ return ::vl::WString(L"", false); } }();
auto __vwsn_bind_activator_result_ = ::vl::__vwsn::This(::vl::__vwsn::This(__vwsn_bind_cache_0)->GetStrings().Obj())->Sentence(::vl::WString(L"John Smith", false));
::vl::__vwsn::EventInvoke(this->ValueChanged)(::vl::__vwsn::Box(__vwsn_bind_activator_result_));
}