Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EventBinder.EventBinderTo"/> class.
 /// </summary>
 /// <param name="target">The target.</param>
 /// <param name="parent">The parent.</param>
 public EventBinderTo(object target, EventBinder parent) : base(target)
 {
     Parent = parent;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EventBinder.EventBinderTo"/> class.
 /// </summary>
 /// <param name="target">The target.</param>
 /// <param name="parent">The parent.</param>
 public EventBinderTo(object target, EventBinder parent) : base(target)
 {
     Parent = parent;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Sets the bind.
 /// </summary>
 /// <param name="element">The element.</param>
 /// <param name="value">The value.</param>
 public static void SetBind(DependencyObject element, EventBinder value)
 {
     element.SetValue(BindProperty, value);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Sets the bind.
 /// </summary>
 /// <param name="element">The element.</param>
 /// <param name="value">The value.</param>
 public static void SetBind(DependencyObject element, EventBinder value)
 {
     element.SetValue(BindProperty, value);
 }