Exemplo n.º 1
0
 public EventConsumerPropChange(EventSourcePropChange sourcePropChange)
 {
     sourcePropChange.theEvent +=
         new PropertyChangedEventHandler(source_theEvent).MakeWeak((e) => sourcePropChange.theEvent -= e);
 }
Exemplo n.º 2
0
 public EventConsumerPropChange(EventSourcePropChange sourcePropChange)
 {
     sourcePropChange.theEvent +=
         new PropertyChangedEventHandler(source_theEvent).MakeWeak((e) => sourcePropChange.theEvent -= e);
 }