public BindingEventArgs(string group, Behavior behavior) { this.group = group; this.behavior = behavior; }