addBind

adds one more bound target

void addBind(object source,string rule,string format);
sourceobjectthe object that method is assigned to
rulestringsets the rule according which components will be bound
formatstringthe format of bound data
Back to top