Represents a one or two-way binding expression. {{ js }} - 1 time {binding [default][, attr=value] } - 2 way, unless Mode = 1 way {~ [default][, attr=value] } - 1 way {@ [default][, attr=value] } - 1 way {# [default][, attr=value] } - 2 way
示例#1
0
 internal CreateAdapterEventArgs(Binding binding, ModelInstance source, ModelProperty property)
 {
     this.binding = binding;
     this.source = source;
     this.property = property;
 }