Ejemplo n.º 1
0
 /// <summary>
 /// Adds a new owning type to this routed event.
 /// </summary>
 /// <param name="ownerType">The owner type to add to this routed event.</param>
 /// <returns>A reference to this routed event instance.</returns>
 public RoutedEvent AddOwner(Type ownerType)
 {
     return(RoutedEventSystem.AddOwner(this, ownerType));
 }